We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e682b18 + 148bfb0 commit 77c92fbCopy full SHA for 77c92fb
.github/workflows/release-packages.yaml
@@ -204,7 +204,7 @@ jobs:
204
- name: Sign the installer
205
id: code_sign
206
run: |
207
- & signtool.exe sign /f $env:pfxcert /p "${{ secrets.CODESIGNCERTPASSWORD }}" /tr http://tsa.starfieldtech.com ${{ steps.create_packages.outputs.msi_installer }}
+ & signtool.exe sign /f $env:pfxcert /p "${{ secrets.CODESIGNCERTPASSWORD }}" /tr http://ts.ssl.com ${{ steps.create_packages.outputs.msi_installer }}
208
- name: Remove signing certificate
209
id: remove_certificate
210
0 commit comments