Skip to content

Commit

Permalink
chore: fix AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Nov 14, 2020
1 parent 6c21c71 commit 2f1bdc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 2f1bdc2

Please sign in to comment.