diff --git a/.gitea/workflows/build-nodejs.yaml b/.gitea/workflows/build-nodejs.yaml index 6f780c0..c72ccdc 100644 --- a/.gitea/workflows/build-nodejs.yaml +++ b/.gitea/workflows/build-nodejs.yaml @@ -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