Set main to dir and not file

This commit is contained in:
Leigh McCulloch 2018-09-25 03:31:47 +00:00
parent 2a6a598be0
commit bfbcb03604
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
builds: builds:
- binary: grpcurl - binary: grpcurl
main: ./cmd/grpcurl/grpcurl.go main: ./cmd/grpcurl
goos: goos:
- linux - linux
- darwin - darwin