fixed github actions

This commit is contained in:
Mick Grove 2026-03-29 17:36:40 -07:00
commit 9c448eec60

View file

@ -444,7 +444,8 @@ jobs:
echo "Error: no release assets found to hash in $(pwd)" >&2
exit 1
fi
echo "hashes=$(sha256sum -- "${files[@]}" | base64 -w0)" >> "$GITHUB_OUTPUT"
hashes=$(sha256sum -- "${files[@]}" | base64 -w0)
echo "hashes=${hashes}" >> "$GITHUB_OUTPUT"
provenance:
name: Generate SLSA provenance