mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-17 17:00:28 +02:00
fix code scanning alert: add set -e to hash generation step
This commit is contained in:
@@ -69,8 +69,10 @@ jobs:
|
||||
- name: Generate hashes
|
||||
id: hash
|
||||
run: |
|
||||
set -e
|
||||
cd builds
|
||||
echo "hashes=$(sha256sum * | base64 -w0)" >> "$GITHUB_OUTPUT"
|
||||
hashes=$(sha256sum * | base64 -w0)
|
||||
echo "hashes=$hashes" >> "$GITHUB_OUTPUT"
|
||||
- name: Upload binaries as artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user