We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c226c6 commit 802de18Copy full SHA for 802de18
1 file changed
.github/workflows/release.yml
@@ -91,15 +91,14 @@ jobs:
91
- name: Build
92
shell: bash
93
env:
94
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
95
# Intentionally do NOT set CSC_LINK / WIN_CSC_LINK etc.
96
# electron-builder treats empty strings as "set but invalid"
97
# and tries to resolve them as certificate paths, producing
98
# "Env WIN_CSC_LINK is not correct" errors. Code signing is
99
# opt-in: add the secrets to the repo and wire them in here
100
# only when you have real certificates.
101
CSC_IDENTITY_AUTO_DISCOVERY: 'false'
102
- run: npm run build:${{ matrix.script }}
+ run: npm run build:${{ matrix.script }} -- --publish never
103
104
- name: Upload artifacts
105
uses: actions/upload-artifact@v4
0 commit comments