Skip to content

Commit

Permalink
ci: always upload the dist in build
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Aug 7, 2024
1 parent 8a6b53a commit 8cd83c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
- name: Upload Dist
uses: actions/upload-artifact@v3
if: always()
with:
name: dist
path: |
Expand Down

0 comments on commit 8cd83c2

Please sign in to comment.