Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Mar 5, 2024
1 parent b566761 commit 46cbb23
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,12 @@ jobs:
- name: Build
working-directory: ${{env.working-directory}}
run: npm run build
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
# Artifact name
name: package
# Directory containing files to upload
path: ${{env.working-directory}}/dist/
# Days before delete
retention-days: 1

0 comments on commit 46cbb23

Please sign in to comment.