From 320538732f912a40c06982994302c61c64289069 Mon Sep 17 00:00:00 2001 From: nullchinchilla Date: Sat, 28 Oct 2023 11:07:39 -0400 Subject: [PATCH] fix --- move_built.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/move_built.sh b/move_built.sh index 18efd7f9..ca7f1441 100755 --- a/move_built.sh +++ b/move_built.sh @@ -1,5 +1,5 @@ #!/bin/sh -VERSION=$(cargo pkgid | cut -d "#" -f2) +VERSION=$(git describe) mkdir -p ./OUTPUT/$VERSION/ mv ./target/x86_64-unknown-linux-musl/release/geph4-client ./OUTPUT/$VERSION/geph4-client-linux-amd64 mv ./target/x86_64-unknown-linux-gnu/release/geph4-vpn-helper ./OUTPUT/$VERSION/geph4-vpn-helper-linux-amd64