We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da287b3 commit ae650d0Copy full SHA for ae650d0
1 file changed
.github/workflows/release.yml
@@ -54,10 +54,10 @@ jobs:
54
- name: Rebuild native modules for Electron
55
run: bun run rebuild
56
57
- - name: Build and Package (Windows)
58
- run: bun run package --win
59
- name: Build and Package (Windows)
60
run: bun run package --win --publish never
+
+ - name: Upload Windows artifacts
61
uses: actions/upload-artifact@v4
62
with:
63
name: windows-release
0 commit comments