Fixes in sign code

This commit is contained in:
DSR! 2025-05-20 14:49:10 -03:00
parent 451d598ee7
commit ba19dc28db

View File

@ -88,6 +88,7 @@ jobs:
run: |
for exe in artifacts/*.exe; do
./cosign verify-blob \
--certificate-identity-regexp "https://github\\.com/${{ github.repository }}/.*" \
--bundle "${exe}.bundle" \
"$exe"
done