diff --git a/cli/Makefile b/cli/Makefile index 6f4960975..db3095384 100644 --- a/cli/Makefile +++ b/cli/Makefile @@ -1,4 +1,4 @@ -FOLDER=$(GOOS).$(GOARCH) +FOLDER=$(GOOS)_$(GOARCH) COMMIT_HASH=$(shell git rev-parse HEAD) GIT_BRANCH=$(shell git branch --show-current | tr '[:upper:]' '[:lower:]') GIT_VERSION=$(shell git branch --show-current | tr '[:upper:]' '[:lower:]')