Skip to content

Commit 6900a98

Browse files
Merge pull request #10 from OpenCHAMI/fix-attestation
Update binary location in attestation step
2 parents 7728de2 + 63f6cd3 commit 6900a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Attest Binaries
5656
uses: github-early-access/generate-build-provenance@main
5757
with:
58-
subject-path: dist/bss
58+
subject-path: dist/boot-script-service
5959
- name: generate build provenance
6060
uses: github-early-access/generate-build-provenance@main
6161
with:

0 commit comments

Comments
 (0)