fix(ci): use HTTP for Azure Trusted Signing timestamp URL (#843)

SignTool requires http://timestamp.acs.microsoft.com not https://
This commit is contained in:
Andy
2026-01-08 22:27:01 +01:00
committed by GitHub
parent dc29794efa
commit 152678bda0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -355,7 +355,7 @@ jobs:
files-folder: apps/frontend/dist
files-folder-filter: exe
file-digest: SHA256
timestamp-rfc3161: https://timestamp.acs.microsoft.com
timestamp-rfc3161: http://timestamp.acs.microsoft.com
timestamp-digest: SHA256
- name: Verify Windows executable is signed
+1 -1
View File
@@ -291,7 +291,7 @@ jobs:
files-folder: apps/frontend/dist
files-folder-filter: exe
file-digest: SHA256
timestamp-rfc3161: https://timestamp.acs.microsoft.com
timestamp-rfc3161: http://timestamp.acs.microsoft.com
timestamp-digest: SHA256
- name: Verify Windows executable is signed