diff --git a/Makefile b/Makefile index c0e7551ad60c3..0d8210b549f5f 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ gen: database/generate peerbroker/proto provisionersdk/proto provisionerd/proto install: bin @echo "--- Copying from bin to $(INSTALL_DIR)" - cp -r ./dist/coder_$(GOOS)_$(GOARCH) $(INSTALL_DIR) + cp -r ./dist/coder_$(GOOS)_$(GOARCH)/* $(INSTALL_DIR) @echo "-- CLI available at $(shell ls $(INSTALL_DIR)/coder*)" .PHONY: install @@ -92,4 +92,4 @@ site/out: snapshot: goreleaser release --snapshot --rm-dist -.PHONY: snapshot \ No newline at end of file +.PHONY: snapshot