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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user