summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Stockmann <zyanklee@gmail.com>2022-05-24 00:07:21 +0200
committerPhillip Stockmann <zyanklee@gmail.com>2022-05-24 00:07:21 +0200
commit536f5b3a91ae4273341e5bd36442877c3c358f95 (patch)
tree0d6049dd1113f81844707ebce760a93c339206d8
parent8b50dcdb0616565aed1374a35d287aeff4ecd3b1 (diff)
-rw-r--r--.github/workflows/release.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 43201ac..304d5f1 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
echo '${{ secrets.NOISETORCH_SIGNER_PRIVKEY_BASE64 }}' | base64 -d > ~/.config/noisetorch/private.key
make release
rm -rf ~/.config/noisetorch/
- for f in bin/NoiseTorch_x64_*.tgz ; do md5sum ${f} | tee ${f}.md5sum ; done
+ for f in bin/NoiseTorch_x64_*.tgz ; do md5sum ${f} | tee ${f}.md5sum ; sha512sum ${f} | tee ${f}.sha512sum ; done
- name: Release
uses: softprops/action-gh-release@v1
with:
@@ -31,3 +31,4 @@ jobs:
${{ github.workspace }}/bin/NoiseTorch_x64_*.tgz
${{ github.workspace }}/bin/NoiseTorch_x64_*.tgz.sig
${{ github.workspace }}/bin/NoiseTorch_x64_*.tgz.md5sum
+ ${{ github.workspace }}/bin/NoiseTorch_x64_*.tgz.sha512sum