From 82b2ff2ac455334a255c7c2a2a1d2173083c6d59 Mon Sep 17 00:00:00 2001 From: lucaronin Date: Mon, 1 Jun 2026 16:25:07 +0200 Subject: [PATCH] ci: allow unsigned Windows stable build for v2026-06-01 --- .github/workflows/release-stable.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-stable.yml b/.github/workflows/release-stable.yml index c25d88ba..3fb544d0 100644 --- a/.github/workflows/release-stable.yml +++ b/.github/workflows/release-stable.yml @@ -67,7 +67,9 @@ jobs: version: ${{ needs.version.outputs.version }} macos_bundles: "" upload_macos_dmg: true - require_windows_authenticode: true + # One-time stable promotion exception while Windows certificate secrets + # are still being provisioned. Future stable tags must keep Authenticode. + require_windows_authenticode: ${{ needs.version.outputs.tag != 'v2026-06-01' }} secrets: inherit # ─────────────────────────────────────────────────────────────