From e95bffdd15867bdc176396c6d07450e8fcdd7386 Mon Sep 17 00:00:00 2001 From: suxb201 Date: Mon, 28 Aug 2023 15:20:59 +0800 Subject: [PATCH] bugfix: Corrected issues in build.sh script --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 43325e0..80d09c2 100755 --- a/build.sh +++ b/build.sh @@ -20,7 +20,7 @@ dist() { echo "build success GOOS=$1 GOARCH=$2" cd "$BIN_DIR" - tar -czvf ./redis-shake-"$1"-"$2".tar.gz ./shake.toml + tar -czvf ./redis-shake-"$1"-"$2".tar.gz ./redis-shake ./shake.toml cd .. }