Skip to content

Commit 27fbe0a

Browse files
committed
fix: remove problematic empty environment variables for Windows build
- Remove WIN_CSC_LINK and WIN_CSC_KEY_PASSWORD empty string env vars - These were causing electron-builder to fail with 'not a file' error - Keep CSC_IDENTITY_AUTO_DISCOVERY=false to disable code signing
1 parent f9c8b1b commit 27fbe0a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/desktop-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ jobs:
5353
run: cd apps/desktop && npm run build:${{ matrix.platform }}
5454
env:
5555
CSC_IDENTITY_AUTO_DISCOVERY: false
56-
WIN_CSC_LINK: ""
57-
WIN_CSC_KEY_PASSWORD: ""
5856

5957
- name: List built files
6058
run: |

0 commit comments

Comments
 (0)