From 152678bda00b37065d72d56ffeadbd241d43a18f Mon Sep 17 00:00:00 2001 From: Andy <119136210+AndyMik90@users.noreply.github.com> Date: Thu, 8 Jan 2026 22:27:01 +0100 Subject: [PATCH] fix(ci): use HTTP for Azure Trusted Signing timestamp URL (#843) SignTool requires http://timestamp.acs.microsoft.com not https:// --- .github/workflows/beta-release.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta-release.yml b/.github/workflows/beta-release.yml index 12b7f690..271ff679 100644 --- a/.github/workflows/beta-release.yml +++ b/.github/workflows/beta-release.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc73883d..6ca7f728 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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