Update .github/workflows/generator-generic-ossf-slsa3-publish.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>pull/741/head
parent
f702616c9b
commit
76a9f60b4f
|
|
@ -52,7 +52,7 @@ jobs:
|
|||
# List the artifacts the provenance will refer to.
|
||||
files=$(ls artifact*)
|
||||
# Generate the subjects (base64 encoded).
|
||||
echo "hashes=$(sha256sum $files | base64 -w0)" >> "${GITHUB_OUTPUT}"
|
||||
echo "digests=$(sha256sum $files | base64 -w0)" >> "${GITHUB_OUTPUT}"
|
||||
|
||||
provenance:
|
||||
needs: [build]
|
||||
|
|
|
|||
Loading…
Reference in New Issue