From 9f6abf7a32428aa645d477c5750ac4f5ee941a5e Mon Sep 17 00:00:00 2001 From: Roee Gadot Date: Thu, 17 Jun 2021 11:23:05 +0300 Subject: [PATCH] no message --- cli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:]')