From 2f1bdc2d9004ce3e7622951132647f67416ae887 Mon Sep 17 00:00:00 2001 From: Joseph Kato Date: Fri, 13 Nov 2020 17:54:20 -0800 Subject: [PATCH] chore: fix AppVeyor --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index db404ffd..f934ad33 100755 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ release: # make build os=windows # make build os=linux build: - GOOS=$(os) GOARCH=amd64 go build ${LDFLAGS} -o bin + GOOS=$(os) GOARCH=amd64 go build ${LDFLAGS} -o bin/$(exe) upx: GOOS=$(os) GOARCH=amd64 go build ${LDFLAGS} -o bin