Skip to content

Commit

Permalink
updated releaser file
Browse files Browse the repository at this point in the history
  • Loading branch information
William Fleming committed Feb 7, 2020
1 parent bbdc002 commit b2d8cdd
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 @@ -8,7 +8,7 @@ release:
name_template: "{{.ProjectName}}-v{{.Version}}"
builds:
- id: "default"
main: ./command/te/main.go
main: ./cmd/te/main.go
binary: te
ldflags:
- -s -w -X main.build={{.Version}}
Expand Down

0 comments on commit b2d8cdd

Please sign in to comment.