Skip to content

Commit 302ec83

Browse files
author
Val Brodsky
committed
Debug provenance
1 parent 05ed845 commit 302ec83

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/lbox-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,12 @@ jobs:
9494
HASH_VAR="hashes-${{ matrix.package }}"
9595
echo "HASH_VAR=$HASH_VAR" >> $GITHUB_ENV
9696
echo "Using hash: ${{ env.HASH_VAR }}"
97-
- uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
97+
- uses: actions/slsa-framework/slsa-github-generator/.github/workflows/[email protected]
9898
with:
9999
base64-subjects: "${{ env.HASH_VAR }}"
100100
upload-assets: true
101-
upload-tag-name: v.6.0.0 # Tag from the initiation of the workflow
101+
upload-tag-name: v.6.0.0 # Tag from the initiation of the workflow
102+
102103
test-build:
103104
needs: ['path-filter']
104105
if: ${{ needs.path-filter.outputs.lbox == 'true' }}

0 commit comments

Comments
 (0)