ci: allow v2026-06-06 stable without windows signing

This commit is contained in:
lucaronin
2026-06-06 11:42:57 +02:00
parent 0e81f20e31
commit 65ea3f37fc

View File

@@ -67,9 +67,9 @@ jobs:
version: ${{ needs.version.outputs.version }}
macos_bundles: ""
upload_macos_dmg: true
# One-time stable promotion exception while Windows certificate secrets
# One-time stable promotion exceptions while Windows certificate secrets
# are still being provisioned. Future stable tags must keep Authenticode.
require_windows_authenticode: ${{ needs.version.outputs.tag != 'v2026-06-01' }}
require_windows_authenticode: ${{ !contains(fromJson('["v2026-06-01","v2026-06-06"]'), needs.version.outputs.tag) }}
secrets: inherit
# ─────────────────────────────────────────────────────────────