Skip to content

Commit

Permalink
Test linux place
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 committed Jun 17, 2024
1 parent c252ade commit 2343354
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@ jobs:
with:
cache: "npm"

- name: Install dependencies
run: npm install

- name: 📦 Electron Builder Linux
run: npm run electron:package:linux
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- run: tree


- name: Set up conda
uses: conda-incubator/setup-miniconda@v2
with:
Expand All @@ -72,7 +83,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- run: tree

- name: 📦 Electron Builder Windows
run: npm run electron:package:win
env:
Expand Down

0 comments on commit 2343354

Please sign in to comment.