Skip to content

Commit

Permalink
Save dist folder to an artifact in run-build.yml workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstenta committed May 8, 2023
1 parent 3333b5f commit 49f9f78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ jobs:
node-version: '16.x'
- run: npm ci
- run: npm run build
- uses: actions/upload-artifact@v3
with:
path: dist

0 comments on commit 49f9f78

Please sign in to comment.