Skip to content

Commit f2ad1e4

Browse files
Fix electron build command
1 parent d148d2b commit f2ad1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
env:
4444
TAURI_OUTPUT: ./src-tauri/target/${{ matrix.tauri-target }}/release/${{ matrix.tauri-copy-path }}
4545
TAURI_BUILD_COMMAND: npm run tauri-pack -- -t ${{ matrix.tauri-target }}
46-
ELECTRON_BUILD_COMMAND: ELECTRON_MODULE_NAME=${{ matrix.electron-module-name }} npm run electron-pack
46+
ELECTRON_BUILD_COMMAND: npx cross-env ELECTRON_MODULE_NAME=${{ matrix.electron-module-name }} npm run electron-pack
4747

4848
steps:
4949
- name: Checkout branch

0 commit comments

Comments
 (0)