Skip to content

Commit

Permalink
fix: typo in maven builder (#2668)
Browse files Browse the repository at this point in the history
Might be related to
slsa-framework/example-package#282

Signed-off-by: AdamKorcz <[email protected]>
  • Loading branch information
AdamKorcz authored Aug 21, 2023
1 parent b6d7cbf commit 72aeffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder_maven_slsa3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ on:
# NOTE: This is an "untrusted" value returned from the build. Technically
# the build could provide a target directory that doesn't match the
# provenance but it would fail validation.
value: ${{ fromJSON(jobs.slsa-run.outputs.build-artifacts-outputs).package-download-name }}
value: "${{ fromJSON(jobs.slsa-run.outputs.build-artifacts-outputs).target-download-name }}"

target-download-sha256:
description: "The sha256 of the target uploaded to the workflow run."
Expand Down

0 comments on commit 72aeffd

Please sign in to comment.