This commit is contained in:
Łukasz Domeradzki
2024-04-26 20:57:57 +02:00
committed by GitHub
parent 8b614bd3c4
commit 632830278f

View File

@@ -479,15 +479,12 @@ jobs:
- name: Generate SHA-512 checksums and signature
shell: sh
working-directory: out
run: |
set -eu
(
cd "out"
sha512sum *.zip > SHA512SUMS
gpg -a -b -o SHA512SUMS.sign SHA512SUMS
)
sha512sum *.zip > SHA512SUMS
gpg -a -b -o SHA512SUMS.sign SHA512SUMS
- name: Upload SHA512SUMS
uses: actions/upload-artifact@v4.3.3