test github...
This commit is contained in:
parent
e684fed518
commit
dd8b5ddc97
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ jobs:
|
|||
test -z "$GITHUB_TOKEN" && GITHUB_TOKEN="${{ github.token }}"
|
||||
# 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"
|
||||
wget --header "Authorization: Bearer $ACTIONS_RUNTIME_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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue