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 1a03299 commit 15412ea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ jobs:
- run: npm ci
- name: Build
run: ${{ matrix.build-command }}
- uses: actions/upload-artifact@v4
with:
name: firmware-${{ matrix.os }}
path: |
dist/WLED-*.exe
dist/WLED-*.deb
dist/WLED-*.dmg

0 comments on commit 15412ea

Please sign in to comment.