Skip to content

Commit 72aeffd

Browse files
authored
fix: typo in maven builder (#2668)
Might be related to slsa-framework/example-package#282 Signed-off-by: AdamKorcz <[email protected]>
1 parent b6d7cbf commit 72aeffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/builder_maven_slsa3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ on:
5252
# NOTE: This is an "untrusted" value returned from the build. Technically
5353
# the build could provide a target directory that doesn't match the
5454
# provenance but it would fail validation.
55-
value: ${{ fromJSON(jobs.slsa-run.outputs.build-artifacts-outputs).package-download-name }}
55+
value: "${{ fromJSON(jobs.slsa-run.outputs.build-artifacts-outputs).target-download-name }}"
5656

5757
target-download-sha256:
5858
description: "The sha256 of the target uploaded to the workflow run."

0 commit comments

Comments
 (0)