Github: Disable import windows signing cert in release workflow

pull/374/head
Jonathan G Rennison 2 years ago
parent 956dc6cb71
commit e5ae88e8ea

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

Loading…
Cancel
Save