Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Nov 18, 2023
1 parent 5ae1178 commit 69c769c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/zenodo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,12 @@ jobs:

- name: (ZENODO) Download files
run: |
mkdir -p cd /tmp/opentosca-vintner-zenodo-files
cd /tmp/opentosca-vintner-zenodo-files
gh release download latest
gh release download latest --dir /tmp/opentosca-vintner-zenodo-files
gh release download latest --dir /tmp/opentosca-vintner-zenodo-files --archive=zip
gh release download latest --dir /tmp/opentosca-vintner-zenodo-files --archive=tar.gz
gh release download latest --archive=zip
cd /tmp/opentosca-vintner-zenodo-files
mv opentosca-vintner-latest.zip opentosca-vintner.zip
gh release download latest --archive=tar.gz
mv opentosca-vintner-latest.tar.gz opentosca-vintner.tar.gz
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 69c769c

Please sign in to comment.