Compare commits
No commits in common. "v4" and "v4.0.2" have entirely different histories.
2 changed files with 0 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'v4'
|
||||
|
||||
jobs:
|
||||
GenerateReleaseZipfile:
|
||||
|
@ -56,8 +55,6 @@ jobs:
|
|||
# In case the repository becomes private, we add our GITHUB_TOKEN to the artifact-url.
|
||||
MY_AUTHENTICATED_URL="$( echo "${{ steps.uploading.outputs.artifact-url }}" | sed "s#^\(https\?://\)#\1$GITHUB_TOKEN\@#" )"
|
||||
wget -O "$DOWNLOAD_FILE" "$MY_AUTHENTICATED_URL"
|
||||
|
||||
# unzip and check
|
||||
unzip "$DOWNLOAD_FILE"
|
||||
sha256sum -c "$SHASUM_FILE"
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'v4-github'
|
||||
|
||||
jobs:
|
||||
GenerateReleaseZipfile:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue