Skip to content

Commit

Permalink
ci: add print exe file when signing
Browse files Browse the repository at this point in the history
  • Loading branch information
javierguzman committed Jul 20, 2023
1 parent c427eaa commit c899c14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ jobs:
cd windows_signing
echo "${{ secrets.DIGICERT_CERT_BASE64}}" | base64 --decode > dygma_cert.pem
ls -R .
echo "Found .exe file: $EXE_FILE"
java -jar jsign.jar --storetype GOOGLECLOUD --storepass "$(gcloud auth print-access-token)" \
--keystore "${{ secrets.GCP_KEYSTORE }}" \
--alias "${{ secrets.GCP_WINDOWS_SIGNING_KEY }}" --certfile "dygma_cert.pem" --tsmode RFC3161 --tsaurl http://timestamp.digicert.com "$EXE_FILE"
Expand Down

0 comments on commit c899c14

Please sign in to comment.