Skip to content

Commit

Permalink
Fix electron build command
Browse files Browse the repository at this point in the history
  • Loading branch information
TheApplePieGod committed Jan 4, 2025
1 parent d148d2b commit f2ad1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
env:
TAURI_OUTPUT: ./src-tauri/target/${{ matrix.tauri-target }}/release/${{ matrix.tauri-copy-path }}
TAURI_BUILD_COMMAND: npm run tauri-pack -- -t ${{ matrix.tauri-target }}
ELECTRON_BUILD_COMMAND: ELECTRON_MODULE_NAME=${{ matrix.electron-module-name }} npm run electron-pack
ELECTRON_BUILD_COMMAND: npx cross-env ELECTRON_MODULE_NAME=${{ matrix.electron-module-name }} npm run electron-pack

steps:
- name: Checkout branch
Expand Down

0 comments on commit f2ad1e4

Please sign in to comment.