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 6fa22a6 commit 89a20fd
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/zenodo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,14 @@ jobs:

- name: (ZENODO) Download files
run: |
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
cd /tmp/opentosca-vintner-zenodo-files
gh release download latest
gh release download latest --archive=zip
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 89a20fd

Please sign in to comment.