From 7a48731fc8877f2eba775c670daef6ec33f3f797 Mon Sep 17 00:00:00 2001 From: Lachlan Donald Date: Thu, 19 Apr 2018 18:49:50 +1000 Subject: [PATCH] Make release template should use dashes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 58a26f9..f21d5ab 100644 --- a/Makefile +++ b/Makefile @@ -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"