Skip to content

Commit

Permalink
Fix uploading cosign signature for source code (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaus67 committed Sep 16, 2022
1 parent 1981f79 commit 5b90391
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,9 @@ jobs:
fi
cosign sign-blob --key cosign.key --output-file "${bin_name}.sig" "${os}/${bin_name}"
done
for f in *.{gz,zip}; do \
cosign sign-blob --key cosign.key --output-file "${f}.sig" "${f}"; \
done
- uses: release-drafter/release-drafter@v5
id: release_drafter
Expand Down

0 comments on commit 5b90391

Please sign in to comment.