Skip to content

Commit 7484834

Browse files
committed
[GitHub Actions] Windows: Continue on error if signing step fails
1 parent 6fdc6f6 commit 7484834

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/CI_windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,7 @@ jobs:
896896
- name: SignPath - Request Signing of Installer EXE
897897
if: success() && env.WZ_CI_SIGN_RELEASE_BUILDS == 'true' && vars.SIGNPATH_ORGANIZATION_ID != ''
898898
id: signpath-sign
899+
continue-on-error: true
899900
uses: signpath/github-action-submit-signing-request@v1.3
900901
env:
901902
SIGNPATH_SIGNING_POLICY_SLUG: ${{ (github.event_name == 'workflow_run' && github.event.workflow_run.name == 'Draft Tag Release') && 'release-signing' || 'test-signing' }}

0 commit comments

Comments
 (0)