diff --git a/Makefile b/Makefile index 2709e372..18f0af4b 100644 --- a/Makefile +++ b/Makefile @@ -54,8 +54,8 @@ install: go-mod-vendor .PHONY: release-artifacts release-artifacts: go-mod-vendor mkdir -p ./.ignore - GOOS=darwin GOARCH=amd64 $(GO) build -o ./ignore/$(APP)-$(PROGVER).darwin-amd64 - GOOS=linux GOARCH=amd64 $(GO) build -o ./ignore/$(APP)-$(PROGVER).linux-amd64 + GOOS=darwin GOARCH=amd64 $(GO) build -o ./.ignore/$(APP)-$(PROGVER).darwin-amd64 + GOOS=linux GOARCH=amd64 $(GO) build -o ./.ignore/$(APP)-$(PROGVER).linux-amd64 .PHONY: docker docker: