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 7b684e7 commit 801fe7e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,25 @@ jobs:
include:
- os: ubuntu-latest
build-command: 'npm run "build linux"'
output: 'AppImage & snap'
- os: ubuntu-latest
build-command: 'npm run "build linux deb"'
output: 'deb'
- os: ubuntu-latest
build-command: 'npm run "build linux freebsd"'
output: 'freebsd'
- os: ubuntu-latest
build-command: 'npm run "build linux rpm"'
output: 'rpm'
- os: windows-latest
build-command: 'npm run "build windows"'
output: 'exe'
- os: windows-latest
build-command: 'npm run "build windows msi"'
output: 'msi'
- os: macos-latest
build-command: 'npm run "build mac"'
output: 'dmg'

steps:
- uses: actions/checkout@v4
Expand All @@ -36,7 +43,7 @@ jobs:
run: ${{ matrix.build-command }}
- uses: actions/upload-artifact@v4
with:
name: WLED-${{ matrix.os }}
name: WLED-${{ matrix.os }}-${{ matrix.output }}
path: |
dist/WLED-*.AppImage
dist/WLED-*.deb
Expand Down

0 comments on commit 801fe7e

Please sign in to comment.