mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-05 18:20:39 -08:00
fix: forget to rebuild binary in release mode. Prevously only in test mode
This commit is contained in:
parent
05a8625939
commit
9ea05852c4
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -87,9 +87,10 @@ jobs:
|
|||
env:
|
||||
npm_config_arch: ${{ matrix.platform == 'win' && 'ia32' || 'arm64' }}
|
||||
|
||||
# Build step using direct electron-forge commands
|
||||
- name: Build plugins
|
||||
run: pnpm run build:plugin
|
||||
- name: Rebuild native modules for Electron
|
||||
run: pnpm exec electron-rebuild -f -w better-sqlite3
|
||||
|
||||
- name: Make ${{ matrix.platform }} (${{ matrix.arch }})
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue