mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
ci(desktop): add HOSTED_FRONTEND_URL from GitHub Actions variables for Electron build
This commit is contained in:
parent
9db5b5e99d
commit
70712f21db
1 changed files with 2 additions and 0 deletions
2
.github/workflows/desktop-release.yml
vendored
2
.github/workflows/desktop-release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue