Skip to content

Commit

Permalink
Fix revert build during release (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyaray authored Jun 5, 2018
1 parent 6078fe7 commit 1ffc8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ffc8c9

Please sign in to comment.