Skip to content

Commit ad9e133

Browse files
committed
fix: prevent publishing during Electron app build
1 parent 929c742 commit ad9e133

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
@@ -69,7 +69,7 @@ jobs:
6969
ls -la assets/server/
7070
7171
- name: Build Electron app
72-
run: yarn dist
72+
run: yarn dist -- --publish never
7373

7474
- name: Upload artifact
7575
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)