Skip to content

Commit

Permalink
fixed goreleaser main path.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyStiles committed Oct 29, 2020
1 parent fd7ad16 commit 77b721d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ before:
# you may remove this if you don't need go generate
- go generate ./...
builds:
- main: ./poly/main.go
- main: ./poly/
env:
- CGO_ENABLED=0
archives:
Expand Down

0 comments on commit 77b721d

Please sign in to comment.