CI: fix wrong path name in x86_64-linux release script

I verified that the script will pass with this change.
This commit is contained in:
Andrew Kelley 2022-11-22 20:54:30 -07:00
parent 779674aaca
commit 89a491a1d5

View File

@ -68,7 +68,7 @@ stage3-release/bin/zig test ../lib/std/std.zig \
-fno-emit-bin \
--zig-lib-dir "$(pwd)/../lib"
"stage3/bin/zig" build \
stage3-release/bin/zig build \
--prefix stage4-release \
-Denable-llvm \
-Denable-stage1 \