From 9d053664f4187818061b1eac4c3833161672e255 Mon Sep 17 00:00:00 2001 From: Chl Date: Sat, 31 Aug 2024 00:31:17 +0200 Subject: [PATCH] test github... --- .github/workflows/generate-release-zipfile.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-release-zipfile.yml b/.github/workflows/generate-release-zipfile.yml index dffd0b3..a008706 100644 --- a/.github/workflows/generate-release-zipfile.yml +++ b/.github/workflows/generate-release-zipfile.yml @@ -69,8 +69,9 @@ jobs: cd "$TEST_ARTIFACT_DIR" # In case the repository becomes private, we add our GITHUB_TOKEN to the artifact-url. test -z "$GITHUB_TOKEN" && GITHUB_TOKEN="${{ github.token }}" - sleep 10 - wget --header "Authorization: Bearer $GITHUB_TOKEN" -O "$DOWNLOAD_FILE" "${{ steps.uploading.outputs.artifact-url }}" +# TODO : can't get it to work :-/ + #wget --header "Authorization: Bearer $GITHUB_TOKEN" -O "$DOWNLOAD_FILE" "${{ steps.uploading.outputs.artifact-url }}" + wget --header "Authorization: Bearer $GITHUB_TOKEN" -O "$DOWNLOAD_FILE" "https://api.github.com/repos/$GITHUB_REPOSITORY/actions/artifacts/${{ steps.uploading.outputs.artifact-id }}/zip" unzip "$DOWNLOAD_FILE" sha256sum -c "$SHASUM_FILE"