We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d7cbf commit 72aeffdCopy full SHA for 72aeffd
.github/workflows/builder_maven_slsa3.yml
@@ -52,7 +52,7 @@ on:
52
# NOTE: This is an "untrusted" value returned from the build. Technically
53
# the build could provide a target directory that doesn't match the
54
# provenance but it would fail validation.
55
- value: ${{ fromJSON(jobs.slsa-run.outputs.build-artifacts-outputs).package-download-name }}
+ value: "${{ fromJSON(jobs.slsa-run.outputs.build-artifacts-outputs).target-download-name }}"
56
57
target-download-sha256:
58
description: "The sha256 of the target uploaded to the workflow run."
0 commit comments