From 69c769c60d8797b5e0275f107a2a40078617c86f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miles=20St=C3=B6tzner?= Date: Sat, 18 Nov 2023 18:44:52 +0100 Subject: [PATCH] fix --- .github/workflows/zenodo.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/zenodo.yaml b/.github/workflows/zenodo.yaml index 56e79729b2..df0870ca95 100644 --- a/.github/workflows/zenodo.yaml +++ b/.github/workflows/zenodo.yaml @@ -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 }}