added articats upload
This commit is contained in:
parent
520d12be19
commit
ea9b74bbd4
@ -14,3 +14,10 @@ jobs:
|
||||
- run: npm install
|
||||
- run: npm run build --if-present
|
||||
- run: npm test --if-present
|
||||
- name: Upload dist artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: artifacts-build
|
||||
path: |
|
||||
dist/
|
||||
retention-days: 10
|
||||
|
||||
Loading…
Reference in New Issue
Block a user