Skip to content

Commit

Permalink
testing windows build WIP2
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekjalan87 committed Oct 27, 2023
1 parent 89e2c93 commit 0f077d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/electron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Run Script in Git Bash
if: startsWith(matrix.os, 'desktop-build')
run: |
"C:\Program Files\Git\bin\bash.exe" -c "yarn pack:win"
"C:\Program Files\Git\bin\bash.exe" -c "yarn -i && yarn pack:win"
shell: powershell

- name: Build/release Electron app
Expand Down

0 comments on commit 0f077d9

Please sign in to comment.