Skip to content

Commit

Permalink
chore(appium): modify command for signtool
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Apr 25, 2024
1 parent e2156b4 commit ab18832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-certificate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Signing using Signtool
run: |
signtool.exe sign /debug /fd SHA256 /a /f /d/Certificate_pkcs12.p12 /p ${{ secrets.SM_CLIENT_CERT_PASSWORD }} /t http://timestamp.digicert.com "./target/wix/*.msi"
signtool.exe sign /a /fd SHA256 "./target/wix/*.msi"
- name: Verify signing
run: signtool.exe verify /v /pa "./target/wix/*.msi"
Expand Down

0 comments on commit ab18832

Please sign in to comment.