Skip to content

Commit

Permalink
Update zenodo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes-uw committed Feb 29, 2024
1 parent 616891a commit c28026e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zenodo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
tarball: ${{ github.event.release.tarball_url }}
run: |
name=$(basename ${tarball})
name=$(basename ${tarball}).tar
curl -L $tarball > $name
echo "archive=${name}" >> $GITHUB_ENV
Expand Down

0 comments on commit c28026e

Please sign in to comment.