Skip to content

Commit 2793693

Browse files
committed
ci: Fixing where to read outputs from to generate SLSA on source packages
Was accessing non-existent job "build" when it should have been "archive" Signed-off-by: Tyler Erickson <tyler.erickson@seagate.com>
1 parent cc5e476 commit 2793693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/source-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ jobs:
8989
contents: write # To add assets to a release.
9090
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.0
9191
with:
92-
base64-subjects: "${{ needs.build.outputs[format('hash-{0}', matrix.package_name)] }}"
92+
base64-subjects: "${{ needs.archive.outputs[format('hash-{0}', matrix.package_name)] }}"
9393
# Upload provenance to a new release
9494
upload-assets: true

0 commit comments

Comments
 (0)