Fixes in sign code

This commit is contained in:
DSR! 2025-05-20 14:09:01 -03:00
parent 268080ead1
commit 384127d28c

View File

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