Skip to content

Commit fdf80bd

Browse files
committed
Update release electron action
1 parent 918fe1e commit fdf80bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-electron.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
- name: Install dependencies
2525
run: npm install
2626

27+
- name: Build Web App
28+
run: |
29+
npm run build
30+
2731
- name: Build Electron App
2832
run: |
2933
npm run desktop-build

0 commit comments

Comments
 (0)