Skip to content

Commit

Permalink
add artifact upload to build in ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
vorant94 committed Jun 10, 2024
1 parent 29db950 commit f0cc704
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,9 @@ jobs:
- uses: ./.github/actions/setup

- run: npm run build

- uses: actions/upload-artifact@v4
with:
name: build-output
path: dist/
retention-days: 30

0 comments on commit f0cc704

Please sign in to comment.