| author | |
| committer | |
| log | aad4598367b136a06e3569373be7da8febea7f31 |
| tree | c8facbda7da48a73019ca0a52b33dc7ef7cfb55a |
| parent | bc18e93825f1f3703b97590cc0e963b3faa8cd3e |
From $prefix/lib/zig/std/std.zig to $prefix/lib/std/std.zig1 files changed, 5 insertions(+), 0 deletions(-)
ci/azure/windows_upload+5| ... | ... | @@ -11,6 +11,11 @@ if [ "${BUILD_REASON}" != "PullRequest" ]; then |
| 11 | 11 | mv dist/bin/zig.exe dist/ |
| 12 | 12 | rmdir dist/bin |
| 13 | 13 | |
| 14 | # Remove the unnecessary zig dir in $prefix/lib/zig/std/std.zig | |
| 15 | mv dist/lib/zig dist/lib2 | |
| 16 | rmdir dist/lib | |
| 17 | mv dist/lib2 dist/lib | |
| 18 | ||
| 14 | 19 | VERSION=$(dist/zig.exe version) |
| 15 | 20 | DIRNAME="zig-windows-x86_64-$VERSION" |
| 16 | 21 | TARBALL="$DIRNAME.zip" |