From f8085ab111ce0203a2160ef2f75547ece66e979b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Thu, 21 Mar 2024 23:31:38 +0800 Subject: [PATCH] Fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 66dfffd1..2cfd5f3b 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ proto_install: go install -v google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest release: - go run ./cmd/internal/build goreleaser release --clean --skip publish --skip fury + go run ./cmd/internal/build goreleaser release --clean --skip publish mkdir dist/release mv dist/*.tar.gz \ dist/*.zip \