Merge tag 'v4.0.3' into v4-github
This commit is contained in:
commit
deb9a27605
2 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
- 'v4'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
GenerateReleaseZipfile:
|
GenerateReleaseZipfile:
|
||||||
|
@ -55,6 +56,8 @@ 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"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
- 'v4-github'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
GenerateReleaseZipfile:
|
GenerateReleaseZipfile:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue