There was an error while loading. Please reload this page.
1 parent 6fdc6f6 commit 7484834Copy full SHA for 7484834
1 file changed
.github/workflows/CI_windows.yml
@@ -896,6 +896,7 @@ jobs:
896
- name: SignPath - Request Signing of Installer EXE
897
if: success() && env.WZ_CI_SIGN_RELEASE_BUILDS == 'true' && vars.SIGNPATH_ORGANIZATION_ID != ''
898
id: signpath-sign
899
+ continue-on-error: true
900
uses: signpath/github-action-submit-signing-request@v1.3
901
env:
902
SIGNPATH_SIGNING_POLICY_SLUG: ${{ (github.event_name == 'workflow_run' && github.event.workflow_run.name == 'Draft Tag Release') && 'release-signing' || 'test-signing' }}
0 commit comments