Skip to content

Commit 56337e7

Browse files
committed
CI: attest-build-provenance: fix a subject-path issue (461)
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 59c089c commit 56337e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ jobs:
5353
- uses: actions/attest-build-provenance@v1
5454
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
5555
with:
56-
subject-path: /tmp/artifact/* /tmp/SHA256SUMS
56+
subject-path: |
57+
/tmp/artifact/*
58+
/tmp/SHA256SUMS
5759
- name: "Create release"
5860
env:
5961
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)