diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 068b162..0e7bf29 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -27,3 +27,10 @@ jobs: VITE_SYNCDB_ENDPOINT: ${{ secrets.VITE_SYNCDB_ENDPOINT }} VITE_USER_ENDPOINT: ${{ secrets.VITE_USER_ENDPOINT }} NODE_OPTIONS: --max-old-space-size=4096 + - name: Archive production artifacts + uses: actions/upload-artifact@v4 + with: + name: upload-dist + path: | + dist +