Skip to content

Commit

Permalink
testing windows build WIP3
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekjalan87 committed Oct 27, 2023
1 parent 0f077d9 commit 0ec573e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/electron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ jobs:
mkdir -p ~/private_keys/
echo '${{ secrets.api_key }}' > ~/private_keys/AuthKey_${{ secrets.api_key_id }}.p8
- name: Run Script in Git Bash
- name: Run pack:win
if: startsWith(matrix.os, 'desktop-build')
run: |
"C:\Program Files\Git\bin\bash.exe" -c "yarn -i && yarn pack:win"
nvm use v18.16.1
yarn -i && yarn pack:win
shell: powershell

- name: Build/release Electron app
Expand Down

0 comments on commit 0ec573e

Please sign in to comment.