Skip to content

Commit

Permalink
testing windows build WIP6
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekjalan87 committed Oct 27, 2023
1 parent f678da6 commit 47e6a97
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/electron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,18 @@ jobs:
mkdir -p ~/private_keys/
echo '${{ secrets.api_key }}' > ~/private_keys/AuthKey_${{ secrets.api_key_id }}.p8
- name: Run pack:win
if: startsWith(matrix.os, 'desktop-build')
run: |
nvm use v18.16.1
npm install --global yarn
yarn -i
yarn pack:win
- name: Display the path
shell: bash
run: echo $PATH

# - name: Run pack:win
# if: startsWith(matrix.os, 'desktop-build')
# run: |
# nvm use v18.16.1
# npm install --global yarn
# yarn -i
# yarn pack:win
# shell: bash

- name: Build/release Electron app
if: startsWith(matrix.os, 'macos')
Expand Down

0 comments on commit 47e6a97

Please sign in to comment.