mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
chore: update desktop release workflow and configuration
- Changed shell to bash in the desktop release workflow for consistency. - Updated the hosted frontend URL in the .env file to point to the new domain. - Enhanced package.json with homepage and author details for better project metadata.
This commit is contained in:
parent
9ac062ad7e
commit
b9b567fe30
3 changed files with 7 additions and 2 deletions
1
.github/workflows/desktop-release.yml
vendored
1
.github/workflows/desktop-release.yml
vendored
|
|
@ -93,6 +93,7 @@ jobs:
|
|||
POSTHOG_HOST: ${{ vars.POSTHOG_HOST }}
|
||||
|
||||
- name: Package & Publish
|
||||
shell: bash
|
||||
run: pnpm exec electron-builder ${{ matrix.platform }} --config electron-builder.yml --publish ${{ inputs.publish || 'always' }} -c.extraMetadata.version=${{ steps.version.outputs.VERSION }}
|
||||
working-directory: surfsense_desktop
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue