Skip to content

Commit 77c92fb

Browse files
authored
Merge pull request #6170 from NlightNFotis/hotfix-windows-codesign
Change timestamp server for the windows package codesign process.
2 parents e682b18 + 148bfb0 commit 77c92fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
- name: Sign the installer
205205
id: code_sign
206206
run: |
207-
& signtool.exe sign /f $env:pfxcert /p "${{ secrets.CODESIGNCERTPASSWORD }}" /tr http://tsa.starfieldtech.com ${{ steps.create_packages.outputs.msi_installer }}
207+
& signtool.exe sign /f $env:pfxcert /p "${{ secrets.CODESIGNCERTPASSWORD }}" /tr http://ts.ssl.com ${{ steps.create_packages.outputs.msi_installer }}
208208
- name: Remove signing certificate
209209
id: remove_certificate
210210
run: |

0 commit comments

Comments
 (0)