Skip to content

Commit 259da7e

Browse files
avoid electron signing for windows
1 parent 4ac07af commit 259da7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ jobs:
347347
IS_NIGHTLY: ${{ needs.build-type-determination.outputs.is-nightly }}
348348
IS_RELEASE: ${{ needs.build-type-determination.outputs.is-release }}
349349
CAN_SIGN: ${{ secrets[matrix.config.certificate-secret] != '' }}
350+
IS_WINDOWS_CONFIG: ${{ matrix.config.name == 'Windows' }}
350351
# The CREATE_* environment vars are only used to run tests. These secrets are optional. Dependent tests will
351352
# be skipped if not available.
352353
CREATE_USERNAME: ${{ secrets.CREATE_USERNAME }}

0 commit comments

Comments
 (0)