Skip to content

Commit

Permalink
bugfix: Corrected issues in build.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
suxb201 committed Aug 28, 2023
1 parent 96f9724 commit e95bffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
}

Expand Down

0 comments on commit e95bffd

Please sign in to comment.