forked from mirrors/kingfisher
fixed github actions
This commit is contained in:
parent
49d980acb0
commit
9c448eec60
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue