From 1ffc8c9f19310936cb5280167ccd3bb15f39e2d5 Mon Sep 17 00:00:00 2001 From: "Cody A. Ray" Date: Tue, 5 Jun 2018 14:12:44 -0700 Subject: [PATCH] Fix revert build during release (#28) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index feca3c3fe8..2fa7996e03 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ build: -output="build/$(VERSION)/{{.OS}}_{{.Arch}}/{{if eq .Dir \"cli\"}}confluent{{else}}{{.Dir}}{{end}}" ./... .PHONY: release-s3 -release-s3: +release-s3: build aws s3 sync build/$(VERSION)/ s3://cloud-confluent-bin/cli/$(VERSION)/ .PHONY: release