Skip to content

Commit

Permalink
update goreleaser version varname target
Browse files Browse the repository at this point in the history
  • Loading branch information
osteele committed Jul 19, 2017
1 parent 00d3d97 commit d19dfeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser-darwin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build:
main: main.go
binary: gojekyll
ldflags: -s -w -X gojekyll.commands.Version={{.Version}} -X gojekyll.commands.BuildDate={{.Date}}
ldflags: -s -w -X gojekyll/cmd.Version={{.Version}} -X gojekyll/cmd.BuildDate={{.Date}}
goos:
- darwin
goarch:
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build:
main: main.go
binary: gojekyll
ldflags: -s -w -X gojekyll.cmd.Version={{.Version}} -X gojekyll.cmd.BuildDate={{.Date}}
ldflags: -s -w -X gojekyll/cmd.Version={{.Version}} -X gojekyll/cmd.BuildDate={{.Date}}
goos:
- linux
goarch:
Expand Down

0 comments on commit d19dfeb

Please sign in to comment.