Skip to content

Commit

Permalink
fix: gorelease main entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
kenriortega committed Oct 26, 2021
1 parent 4403dc5 commit d3876ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ build
*.crt
*.key
*.pem
*.csr
*.csr
dist
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ builds:
# Notice: when used with `gomod.proxy`, this must be a package.
#
# Default is `.`.
main: ./cmd/cli
main: ./cmd/

# Binary name.
# Can be a path (e.g. `bin/app`) to wrap the binary in a directory.
Expand Down
4 changes: 3 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ compress:
grpcsvr:
go run examples/calculator/calc_server/server.go
grpccli:
go run examples/calculator/calc_client/client.go
go run examples/calculator/calc_client/client.go
releaser:
goreleaser release --snapshot --rm-dist

0 comments on commit d3876ed

Please sign in to comment.