Skip to content

Commit

Permalink
CI is always such a 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
photex committed Jun 10, 2024
1 parent b944127 commit cd2bbfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .builds/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ tasks:
../zig/zig build -Doptimize=ReleaseFast -Dtarget=aarch64-linux -p _build/aarch64
- package: |
cd ziege
cp _build/x86_64/bin/ziege ziege-linux-x86_64
cp _build/aarch64/bin/ziege ziege-linux-aarch64
1 change: 1 addition & 0 deletions .builds/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ tasks:
../zig/zig build -Doptimize=ReleaseFast -Dtarget=aarch64-macos -p _build/aarch64
- package: |
cd ziege
cp _build/x86_64/bin/ziege ziege-macos-x86_64
cp _build/aarch64/bin/ziege ziege-macos-aarch64
1 change: 1 addition & 0 deletions .builds/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ tasks:
../zig/zig build -Doptimize=ReleaseFast -Dtarget=x86_64-windows -Dcpu=x86_64+avx
- package: |
cd ziege
zip ziege-windows-x86_64.zip -j zig-out/bin/ziege.exe scripts/zig.bat scripts/zls.bat

0 comments on commit cd2bbfb

Please sign in to comment.