Github: Disable import windows signing cert in release workflow
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -763,6 +763,7 @@ jobs:
|
|||||||
arch: ${{ matrix.host }}
|
arch: ${{ matrix.host }}
|
||||||
|
|
||||||
- name: Import code signing certificate
|
- name: Import code signing certificate
|
||||||
|
if: ${{ false }} # Disabled
|
||||||
shell: powershell
|
shell: powershell
|
||||||
# If this is run on a fork, there may not be a certificate set up - continue in this case
|
# If this is run on a fork, there may not be a certificate set up - continue in this case
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
Reference in New Issue
Block a user