diff --git a/Makefile b/Makefile index baf774bea..24cc1c4a7 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,6 @@ ifeq "$(OS)" "Darwin" codesign -s $(CERT) $(GOBIN)/aws-vault endif -# release: sign -# cp $(BIN) $(BIN)-$(OS)-$(ARCH) -# @echo Upload $(BIN)-$(OS)-$(ARCH) as $(VERSION) \ No newline at end of file +release: build + cp aws-vault aws-vault-$(OS)-$(ARCH) + @echo Upload aws-vault-$(OS)-$(ARCH) as $(VERSION) \ No newline at end of file