Skip to content

Commit

Permalink
Update build_electron_app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beniroquai authored May 2, 2024
1 parent 5ec6dc0 commit 25b5914
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build_electron_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,14 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: npm install

- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Node.js dependencies
run: npm install

- name: Build and Package
run: npm run dist --publish=never

Expand All @@ -53,6 +57,7 @@ jobs:
name: ${{ runner.os }}-artifact
path: dist/${{ matrix.os == 'windows-latest' && '**/*.exe' || '**/*.dmg' }}


release:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 25b5914

Please sign in to comment.