Skip to content

Commit

Permalink
chore: fix cert name
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Jan 21, 2025
1 parent aba1293 commit a9ffec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sign-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
--storepass "$(gcloud auth print-access-token)" \
--keystore "projects/shinkai-412316/locations/us/keyRings/shinkai-apps" \
--alias "EVCodeSigning" \
--certfile "OS20241029372986.pem" \
--certfile "OS20241029372986.cer" \
--tsmode RFC3161 \
--tsaurl http://timestamp.globalsign.com/tsa/r6advanced1 \
"Shinkai-Desktop-latest_x86_64-pc-windows-msvc.exe"

0 comments on commit a9ffec7

Please sign in to comment.