Fixes in sign code

This commit is contained in:
DSR! 2025-05-20 14:50:07 -03:00
parent ba19dc28db
commit 7f7875193d

View File

@ -89,6 +89,7 @@ jobs:
for exe in artifacts/*.exe; do
./cosign verify-blob \
--certificate-identity-regexp "https://github\\.com/${{ github.repository }}/.*" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
--bundle "${exe}.bundle" \
"$exe"
done