Github: Disable import windows signing cert in release workflow

This commit is contained in:
Jonathan G Rennison
2022-02-01 22:28:22 +00:00
parent 956dc6cb71
commit e5ae88e8ea

View File

@@ -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