ci(desktop): add HOSTED_FRONTEND_URL from GitHub Actions variables for Electron build

This commit is contained in:
CREDO23 2026-03-20 16:29:48 +02:00
parent 9db5b5e99d
commit 70712f21db

View file

@ -58,6 +58,8 @@ jobs:
- name: Build Electron
run: pnpm build
working-directory: surfsense_desktop
env:
HOSTED_FRONTEND_URL: ${{ vars.HOSTED_FRONTEND_URL }}
- name: Package & Publish
run: pnpm exec electron-builder ${{ matrix.platform }} --config electron-builder.yml --publish always