mirror of
https://github.com/actions/upload-artifact.git
synced 2025-11-22 17:07:48 +00:00
Update .github/workflows/generator-generic-ossf-slsa3-publish.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
f702616c9b
commit
76a9f60b4f
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
# List the artifacts the provenance will refer to.
|
# List the artifacts the provenance will refer to.
|
||||||
files=$(ls artifact*)
|
files=$(ls artifact*)
|
||||||
# Generate the subjects (base64 encoded).
|
# Generate the subjects (base64 encoded).
|
||||||
echo "hashes=$(sha256sum $files | base64 -w0)" >> "${GITHUB_OUTPUT}"
|
echo "digests=$(sha256sum $files | base64 -w0)" >> "${GITHUB_OUTPUT}"
|
||||||
|
|
||||||
provenance:
|
provenance:
|
||||||
needs: [build]
|
needs: [build]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue