Skip to content

Commit 148bfb0

Browse files
committed
Change timestamp server for the windows package codesign process.
It appears that `tsa.starfieldtech.com` is down for a couple of weeks now, so we are changing the timestamp server to something that works for now. This is a hotfix to allow us to make a new release that works with windows packages. A more robust solution is going to be developed soon after this gets merged and unblocks us on the windows packages.
1 parent e682b18 commit 148bfb0

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)