Skip to content

Commit 5b90391

Browse files
authored
Fix uploading cosign signature for source code (#409)
1 parent 1981f79 commit 5b90391

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,9 @@ jobs:
331331
fi
332332
cosign sign-blob --key cosign.key --output-file "${bin_name}.sig" "${os}/${bin_name}"
333333
done
334+
for f in *.{gz,zip}; do \
335+
cosign sign-blob --key cosign.key --output-file "${f}.sig" "${f}"; \
336+
done
334337
335338
- uses: release-drafter/release-drafter@v5
336339
id: release_drafter

0 commit comments

Comments
 (0)