Skip to content

Commit 924458d

Browse files
committed
fix: Properly ZIP release binaries for windows
1 parent 63fd7da commit 924458d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-platforms.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ jobs:
5858
5959
- uses: vimtor/action-zip@v1.2
6060
with:
61-
files: zig-out/bin/bun zig-out/bin/bunx zig-out/bin/bunv
61+
files: zig-out/bin
6262
dest: bunv-${{matrix.os}}-${{matrix.arch}}.zip
63+
recursive: true
6364

6465
- uses: actions/upload-artifact@v4
6566
with:

0 commit comments

Comments
 (0)