Skip to content

Commit

Permalink
CI: upload build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcMcIntosh committed May 21, 2024
1 parent efedafa commit 55f10d5
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 run types
- run: npm run lint
- run: npm run build

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.node-version }}
if-no-files-found: ignore
path: ./dist

0 comments on commit 55f10d5

Please sign in to comment.