From e22fbd040375e34a2e91eab0ee7ea572a50ee61a Mon Sep 17 00:00:00 2001 From: George Date: Sat, 7 Sep 2019 15:14:26 +0800 Subject: [PATCH] improve go releaser --- .gitignore | 1 + Makefile | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0c4363b..aac2177 100644 --- a/.gitignore +++ b/.gitignore @@ -86,3 +86,4 @@ fabric.properties # Binary file bin/ects_* +dist diff --git a/Makefile b/Makefile index d198be2..38352d2 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,4 @@ build: GOOS=linux go build -o "bin/$(BINARY_NAME)_linux" main.go GOOS=windows go build -o "bin/$(BINARY_NAME)_windows" main.go -export GITHUB_TOKEN = `dc959301220984be9588ae38e911121397dd30ad` - release: