Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
miladsoft committed Jun 24, 2024
1 parent ee951d1 commit bf5a4a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
run: |
npm install
- name: Package
run: |
npm pack
- uses: actions/upload-artifact@v1
with:
name: ${{env.PROJECT_NAME}}-preview-${{env.VERSION}}
Expand Down

0 comments on commit bf5a4a7

Please sign in to comment.