copy build executable to local bin

This commit is contained in:
Greg Gauthier 2024-07-11 09:18:11 +01:00
parent 8c0e3a896d
commit a2c48e95b7

View File

@ -19,3 +19,5 @@ go mod tidy
go build -o "$buildpath" -ldflags "-X main.version=$VERSION_STRING"
"$buildpath" -v
cp "$buildpath" ~/.local/bin