Skip to content

Commit

Permalink
Update node.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
okhiroyuki authored Oct 7, 2023
1 parent 537f442 commit 61c78fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ jobs:
npm run build --if-present
env:
CI: true
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: dist
path: |
dist

0 comments on commit 61c78fb

Please sign in to comment.