Add artefacts

This commit is contained in:
2025-01-23 13:00:44 +01:00
committed by GitHub
parent 336c5cbdf0
commit 4a7dbe7faf

View File

@@ -25,3 +25,8 @@ jobs:
node-version: '18' node-version: '18'
- run: npm ci - run: npm ci
- run: npm test - run: npm test
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: build
path: dist