added articats upload

This commit is contained in:
Tobias Lehmann 2024-09-09 12:13:10 +02:00
parent 520d12be19
commit ea9b74bbd4

View File

@ -14,3 +14,10 @@ jobs:
- run: npm install - run: npm install
- run: npm run build --if-present - run: npm run build --if-present
- run: npm test --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