Compare commits

..

No commits in common. "v4" and "v4.0.2" have entirely different histories.
v4 ... v4.0.2

2 changed files with 0 additions and 4 deletions

View file

@ -1,7 +1,6 @@
on: on:
push: push:
branches: branches:
- 'v4'
jobs: jobs:
GenerateReleaseZipfile: GenerateReleaseZipfile:
@ -56,8 +55,6 @@ jobs:
# In case the repository becomes private, we add our GITHUB_TOKEN to the artifact-url. # 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\@#" )" MY_AUTHENTICATED_URL="$( echo "${{ steps.uploading.outputs.artifact-url }}" | sed "s#^\(https\?://\)#\1$GITHUB_TOKEN\@#" )"
wget -O "$DOWNLOAD_FILE" "$MY_AUTHENTICATED_URL" wget -O "$DOWNLOAD_FILE" "$MY_AUTHENTICATED_URL"
# unzip and check
unzip "$DOWNLOAD_FILE" unzip "$DOWNLOAD_FILE"
sha256sum -c "$SHASUM_FILE" sha256sum -c "$SHASUM_FILE"

View file

@ -1,7 +1,6 @@
on: on:
push: push:
branches: branches:
- 'v4-github'
jobs: jobs:
GenerateReleaseZipfile: GenerateReleaseZipfile: