This commit is contained in:
2025-12-03 23:01:39 -05:00
parent 4f78e77579
commit ab23debac5
2 changed files with 3 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ jobs:
WS_URL: ${{ secrets.WS_URL }}
API_URL: ${{ secrets.API_URL }}
NODE_ENV: production
RELEASE_URL: ${{ secrets.RELEASE_URL }}
run: npm run electron:build -- --win
- name: Upload Windows artifacts
@@ -53,6 +54,7 @@ jobs:
WS_URL: ${{ secrets.WS_URL }}
API_URL: ${{ secrets.API_URL }}
NODE_ENV: production
RELEASE_URL: ${{ secrets.RELEASE_URL }}
run: npm run electron:build -- --linux
- name: Upload Linux AppImage