Skip to content

Commit d1e523c

Browse files
author
FileShot
committed
fix: disable electron-builder publish to avoid timeout
1 parent ac8fdb6 commit d1e523c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: npm ci
2727

2828
- name: Build Windows
29-
run: npm run build:win
29+
run: npm run build:win -- --publish never
3030
env:
3131
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232

0 commit comments

Comments
 (0)