diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c07767..0bd9955 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: