Skip to content

Commit e48e2c1

Browse files
committed
Fix release job: build frontend before electron-builder
1 parent 3ec76af commit e48e2c1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ jobs:
175175
- name: Build and Publish Electron
176176
run: |
177177
cd electron-app
178-
npm run electron:build
178+
npm run build
179+
npx electron-builder --publish always
179180
env:
180181
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)