From a2c48e95b78b9342c2163f259ce09c8dba62a51b Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Thu, 11 Jul 2024 09:18:11 +0100 Subject: [PATCH] copy build executable to local bin --- build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a1cc8cd..56f7fee 100755 --- a/build.sh +++ b/build.sh @@ -18,4 +18,6 @@ go mod tidy go build -o "$buildpath" -ldflags "-X main.version=$VERSION_STRING" -"$buildpath" -v \ No newline at end of file +"$buildpath" -v + +cp "$buildpath" ~/.local/bin