fix(ci): change timestamp server

This commit is contained in:
Andelf
2024-12-10 22:33:33 +08:00
committed by Tienson Qin
parent 7fd0541c22
commit c1dead5ed0

View File

@@ -568,7 +568,7 @@ jobs:
- name: Sign Windows Executable
run: |
ls -lah ./builds
jsign --storetype ETOKEN --storepass "${PASS}" -t http://timestamp.digicert.com ./builds/*.exe
jsign --storetype ETOKEN --storepass "${PASS}" -t http://timestamp.sectigo.com ./builds/*.exe
env:
PASS: ${{ secrets.CODE_SIGN_CERTIFICATE_PASSWORD }}