File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ compile:
1111 -os=" linux" \
1212 -os=" windows" \
1313 -os=" solaris" \
14- -output " build/{{.Dir}}_$( VERSION) _{{.OS}}_{{.Arch}}/$( NAME) "
14+ -output " build/{{.Dir}}_$( VERSION) _{{.OS}}_{{.Arch}}/$( NAME) " \
15+ ./...
1516
1617install :
1718 go install -ldflags " -X main.Version $( VERSION) "
@@ -35,7 +36,7 @@ release: dist
3536 comparison=" $$ latest_tag..HEAD" ; \
3637 if [ -z " $$ latest_tag" ]; then comparison=" " ; fi ; \
3738 changelog=$$(git log $$comparison --oneline --no-merges --reverse ) ; \
38- github-release c4milo/github-release $(VERSION ) " $$ (git rev-parse --abbrev-ref HEAD)" " **Changelog**<br/>$$ changelog" ' dist/*' ; \
39+ github-release c4milo/$( NAME ) $(VERSION ) " $$ (git rev-parse --abbrev-ref HEAD)" " **Changelog**<br/>$$ changelog" ' dist/*' ; \
3940 git pull
4041
4142.PHONY : build compile install deps dist release
You can’t perform that action at this time.
0 commit comments