diff --git a/.gitignore b/.gitignore index 940c2eef38590..6380b3699a8b5 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,5 @@ site/out/ *.tfplan *.lock.hcl .terraform/ + +.vscode/*.log diff --git a/Makefile b/Makefile index 67f502583f799..5e26e63e14ff9 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ gen: coderd/database/generate peerbroker/proto provisionersdk/proto provisionerd install: bin @echo "--- Copying from bin to $(INSTALL_DIR)" - cp -r ./dist/coder_$(GOOS)_$(GOARCH)/* $(INSTALL_DIR) + cp -r ./dist/coder-$(GOOS)_$(GOOS)_$(GOARCH)*/* $(INSTALL_DIR) @echo "-- CLI available at $(shell ls $(INSTALL_DIR)/coder*)" .PHONY: install