added upload
This commit is contained in:
parent
62012c7fe8
commit
405d71ddbe
7
.github/workflows/node.js.yml
vendored
7
.github/workflows/node.js.yml
vendored
@ -27,3 +27,10 @@ jobs:
|
|||||||
VITE_SYNCDB_ENDPOINT: ${{ secrets.VITE_SYNCDB_ENDPOINT }}
|
VITE_SYNCDB_ENDPOINT: ${{ secrets.VITE_SYNCDB_ENDPOINT }}
|
||||||
VITE_USER_ENDPOINT: ${{ secrets.VITE_USER_ENDPOINT }}
|
VITE_USER_ENDPOINT: ${{ secrets.VITE_USER_ENDPOINT }}
|
||||||
NODE_OPTIONS: --max-old-space-size=4096
|
NODE_OPTIONS: --max-old-space-size=4096
|
||||||
|
- name: Archive production artifacts
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: upload-dist
|
||||||
|
path: |
|
||||||
|
dist
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user