Skip to content

Commit ae650d0

Browse files
committed
Fix release.yml syntax error
1 parent da287b3 commit ae650d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
- name: Rebuild native modules for Electron
5555
run: bun run rebuild
5656

57-
- name: Build and Package (Windows)
58-
run: bun run package --win
5957
- name: Build and Package (Windows)
6058
run: bun run package --win --publish never
59+
60+
- name: Upload Windows artifacts
6161
uses: actions/upload-artifact@v4
6262
with:
6363
name: windows-release

0 commit comments

Comments
 (0)