From 801f9368d9e89161bd75555957cf3cdc3c4c52c2 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sun, 6 Oct 2024 19:55:59 -0400 Subject: [PATCH] ci: rename for healthcheck --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3a56bac..f7123b6 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ all: build build: $(foreach APP,$(APPS), go build -ldflags=$(FLAGS) -o $(BUILD_DIR)/$(APP) ./cmd/$(APP);) + cp ./build/repo-health-checker ./build/healthcheck clean: rm -rf $(BUILD_DIR)/*