Skip to content

Commit

Permalink
Make release template should use dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
lox committed Apr 19, 2018
1 parent 27e04ff commit 7a48731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ clean:
.PHONY: release
release:
go get github.com/mitchellh/gox
gox -ldflags="$(FLAGS)" -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}" -osarch="linux/amd64 windows/amd64"
gox -ldflags="$(FLAGS)" -output="build/{{.Dir}}-{{.OS}}-{{.Arch}}" -osarch="linux/amd64 windows/amd64"

0 comments on commit 7a48731

Please sign in to comment.