diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b37537ba9..d5ae0d8e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,4 +25,4 @@ jobs: draft: false prerelease: false files: | - loggie-linux-amd64 \ No newline at end of file + loggie \ No newline at end of file diff --git a/Makefile b/Makefile index 306ce2119..b93e20481 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ benchmark: ## Run benchmark ##@ Build build: ## go build - CGO_ENABLED=1 GOOS=${GOOS} GOARCH=${GOARCH} go build -mod=vendor -a ${extra_flags} -o loggie-${GOOS}-${GOARCH} cmd/loggie/main.go + CGO_ENABLED=1 GOOS=${GOOS} GOARCH=${GOARCH} go build -mod=vendor -a ${extra_flags} -o loggie cmd/loggie/main.go ##@ Images