Skip to content

Commit 4ec8a99

Browse files
JaclynCodesCopilot
andauthored
Update generator-generic-ossf-slsa3-publish.yml
Co-authored-by: Copilot <[email protected]>
1 parent 1ab46c8 commit 4ec8a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generator-generic-ossf-slsa3-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
set -euo pipefail
5353
5454
# List the artifacts the provenance will refer to.
55-
files=$(ls artifact*)
55+
files=$(ls dist.tar.gz)
5656
# Generate the subjects (base64 encoded).
5757
echo "digests=$(sha256sum $files | base64 -w0)" >> "${GITHUB_OUTPUT}"
5858

0 commit comments

Comments
 (0)