Skip to content

Commit

Permalink
chore: Fix build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeinlschmidt committed Jul 3, 2023
1 parent f0cb5f5 commit 3f9bdca
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- run: npm audit signatures
- run: npm test
- run: npm run build
with:
name: build-output
path: dist/

- name: Create build-output artifact
uses: actions/upload-artifact@master
with:
name: build-output
path: dist/

0 comments on commit 3f9bdca

Please sign in to comment.