Skip to content

Commit

Permalink
Update build-packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmerAL committed May 8, 2024
1 parent 93dcb48 commit 9bd4900
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm install --no-optional
- name: build package
run: npm run buildMacIntel && npm run buildMacArm
- name: upload package
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm install --no-optional
- name: build package
run: npm run buildWindows
- name: upload package
Expand All @@ -42,7 +42,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm install --no-optional
- name: build package
run: npm run buildDebian && npm run buildRedhat && npm run buildLinuxArm64 && npm run buildRaspi
- name: upload package
Expand Down

0 comments on commit 9bd4900

Please sign in to comment.