From c2bb7ebb6de34470b190b29b8a3994f83b8c5e13 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 8 Jul 2025 16:43:29 +0100 Subject: [PATCH] Temporarily disable sandbox signing (#2430) --- .github/workflows/build_windows.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_windows.yaml b/.github/workflows/build_windows.yaml index 44a28c38c6..8101aa7b7a 100644 --- a/.github/workflows/build_windows.yaml +++ b/.github/workflows/build_windows.yaml @@ -143,6 +143,7 @@ jobs: yarn build:native --target ${{ steps.config.outputs.target }} - name: Install and configure eSigner CKA + if: inputs.sign # https://github.com/element-hq/element-desktop/issues/2425 run: | Set-StrictMode -Version 'Latest' @@ -198,6 +199,7 @@ jobs: Import-Certificate -CertStoreLocation Cert:\LocalMachine\Root -FilePath .github/SSLcom-sandbox.crt - name: Check app was signed successfully + if: inputs.sign # https://github.com/element-hq/element-desktop/issues/2425 run: | Set-StrictMode -Version 'Latest' Get-ChildItem `