From ef9dd1621b45f3280be48d7519e2e5a5626b1796 Mon Sep 17 00:00:00 2001 From: Meghan Date: Tue, 15 Dec 2020 02:26:44 -0800 Subject: [PATCH] build_all_zig.sh: use dot between build and git hash hyphen is used to separate major fields and the git hash is part of the version field --- build_all_zig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_all_zig.sh b/build_all_zig.sh index b978937f0fe2ba291cdc1bcd0ccc9ea4b31fd176..1a798f53825ac7185140aecbcd8403dba177fd70 100755 --- a/build_all_zig.sh +++ b/build_all_zig.sh @@ -4,7 +4,7 @@ set -e date=$(date +'%Y.%m.%d') version=${CIRCLE_BUILD_NUM-$date} -tag=v$version-$(git log --format=%h -1) +tag=v$version.$(git log --format=%h -1) for item in $(zig targets | jq --raw-output '.libc[]' | grep gnu$ | grep x86_64) do -- 2.54.0