Commit 06c472d
Eric Bower
·
2026-07-23 09:54:58 -0400 EDT
parent d221e86
fix: ci release script
3 files changed,
+5,
-6
+0,
-1
1@@ -1,4 +1,3 @@
2 .git
3-zig-out
4 .zig-cache
5 .jj
+4,
-4
1@@ -34,10 +34,10 @@
2
3 ### binaries
4
5-- https://zmx.sh/a/zmx-0.6.0-linux-aarch64.tar.gz
6-- https://zmx.sh/a/zmx-0.6.0-linux-x86_64.tar.gz
7-- https://zmx.sh/a/zmx-0.6.0-macos-aarch64.tar.gz
8-- https://zmx.sh/a/zmx-0.6.0-macos-x86_64.tar.gz
9+- https://zmx.sh/a/zmx-0.7.0-linux-aarch64.tar.gz
10+- https://zmx.sh/a/zmx-0.7.0-linux-x86_64.tar.gz
11+- https://zmx.sh/a/zmx-0.7.0-macos-aarch64.tar.gz
12+- https://zmx.sh/a/zmx-0.7.0-macos-x86_64.tar.gz
13
14 ### homebrew
15
M
pico.sh
+1,
-1
1@@ -34,7 +34,7 @@ NEW_VERSION="${PICI_TAG#v}"
2
3 zmx run semver sed -i "s/\.version = \"[^\"]*\"/.version = \"$NEW_VERSION\"/" build.zig.zon && cat build.zig.zon
4 zmx run update-readme sed -i "s/zmx-[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*/zmx-$NEW_VERSION/g" README.md
5-zmx run build-release -d docker run --rm -t zig-zmx:latest zig build release
6+zmx run build-release -d docker run --rm -v "$(pwd):/app" -t zig-zmx:latest zig build release
7 zmx run brew -d bash gen-brew.sh "$NEW_VERSION"
8
9 echo "distributing bins"