added upload

This commit is contained in:
Michael Mainguy 2024-04-01 08:07:12 -05:00 committed by GitHub
parent 62012c7fe8
commit 405d71ddbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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