Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
w00000dy authored Mar 20, 2024
1 parent 49455af commit 7d31c61
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,16 @@ jobs:
include:
- os: ubuntu-latest
build-command: 'npm run "build linux"'
- os: ubuntu-latest
build-command: 'npm run "build linux deb"'
- os: ubuntu-latest
build-command: 'npm run "build linux freebsd"'
- os: ubuntu-latest
build-command: 'npm run "build linux rpm"'
- os: windows-latest
build-command: 'npm run "build windows"'
- os: windows-latest
build-command: 'npm run "build windows msi"'
- os: macos-latest
build-command: 'npm run "build mac"'

Expand All @@ -30,4 +38,11 @@ jobs:
with:
name: firmware-${{ matrix.os }}
path: |
dist/WLED-*
dist/WLED-*.AppImage
dist/WLED-*.deb
dist/WLED-*.rpm
dist/WLED-*.snap
dist/WLED-*.dmg
dist/WLED-*.msi
dist/WLED-*.exe

0 comments on commit 7d31c61

Please sign in to comment.