fix(Makefile): Nightly builds had wrong path

pull/10616/head
Nathaniel Cook 2018-07-02 10:36:41 -06:00
parent f42fc81c71
commit 0d82054f51
1 changed files with 2 additions and 2 deletions

View File

@ -105,8 +105,8 @@ vet: all
bench: all
$(GO_TEST) -bench=. -run=^$$ ./...
nightly: bin/goreleaser all
PATH=./bin:${PATH} goreleaser --snapshot --rm-dist
nightly: bin/$(GOOS)/goreleaser all
PATH=./bin/$(GOOS):${PATH} goreleaser --snapshot --rm-dist
# Recursively clean all subdirs
clean: $(SUBDIRS)