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 47e6a97 commit ae65cae
Show file tree
Hide file tree
Showing 2 changed files with 8 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,9 +50,10 @@ jobs:
mkdir -p ~/private_keys/
echo '${{ secrets.api_key }}' > ~/private_keys/AuthKey_${{ secrets.api_key_id }}.p8
- name: Display the path
- name: Run pack windows
if: startsWith(matrix.os, 'desktop-build')
shell: bash
run: echo $PATH
run: ${GITHUB_ACTION_PATH//\\//}/test.sh

# - name: Run pack:win
# if: startsWith(matrix.os, 'desktop-build')
Expand Down
5 changes: 5 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
nvm use v18.16.1
npm install --global yarn
yarn -i
yarn pack:win

0 comments on commit ae65cae

Please sign in to comment.