From e5ae88e8eabf7548f5c40c911e52c24ea1de7965 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Tue, 1 Feb 2022 22:28:22 +0000 Subject: [PATCH] Github: Disable import windows signing cert in release workflow --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 849bb7f4d0..ff05cca6cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -763,6 +763,7 @@ jobs: arch: ${{ matrix.host }} - name: Import code signing certificate + if: ${{ false }} # Disabled shell: powershell # If this is run on a fork, there may not be a certificate set up - continue in this case continue-on-error: true