From ce35e379d5222a13a860c77c59333d1ca53bc90e Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 24 Jan 2022 14:39:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=88=B6=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cefcb4d0..afad59db 100644 --- a/Makefile +++ b/Makefile @@ -269,7 +269,7 @@ artifacts: clean CGO_ENABLED=1 CGO_LDFLAGS="-static" GOOS=linux GOARCH=amd64 go build -v -o dist/yao-${VERSION}-linux-amd64 mkdir -p dist/release mv dist/yao-*-* dist/release/ - chmod +x dist/release/xiang-*-* + chmod +x dist/release/yao-*-* .PHONY: win32 win32: bindata