Skip to content

Commit 0ef3049

Browse files
ls
Signed-off-by: Ramon Petgrave <[email protected]> Signed-off-by: Ramon Petgrave <[email protected]>
1 parent b8cc29f commit 0ef3049

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/debug.generic-generator.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
compile-builder: true
117117

118118
go-verify:
119-
needs: generic-provenance
119+
needs: [generic-provenance, go-build]
120120
runs-on: ubuntu-latest
121121
steps:
122122
- name: Download artifact
@@ -134,9 +134,10 @@ jobs:
134134
run: go install github.com/slsa-framework/slsa-verifier/v2/cli/slsa-verifier@verify-sigstore-go-Bundlev2
135135
- name: Verify
136136
env:
137-
ARTIFACT: "${{ needs.go-build.outputs.go-provenance-name }}"
137+
ARTIFACT: "${{ needs.go-build.outputs.go-binary-name }}"
138138
PROVENANCE: "${{ needs.go-build.outputs.go-provenance-name }}"
139139
run: |
140+
ls -lah
140141
SLSA_VERIFIER_TESTING=1 slsa-verifier verify-artifact \
141142
"$ARTIFACT" \
142143
--provenance-path "$PROVENANCE" \

0 commit comments

Comments
 (0)