Skip to content

Commit

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

- name: Build/release Electron app
if: startsWith(matrix.os, 'macos')
uses: samuelmeuli/action-electron-builder@v1
env:
# macOS notarization API key
Expand Down

0 comments on commit e4d5a41

Please sign in to comment.