From 287268eafaabb50efaef10626df3da55cf9dafc1 Mon Sep 17 00:00:00 2001 From: s-shiraki Date: Wed, 18 Dec 2024 00:21:42 +0900 Subject: [PATCH] Update Makefile.d/build.mk Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: s-shiraki --- Makefile.d/build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.d/build.mk b/Makefile.d/build.mk index 32d05126e0..7ac5265721 100644 --- a/Makefile.d/build.mk +++ b/Makefile.d/build.mk @@ -203,7 +203,7 @@ artifacts/vald-index-deletion-$(GOOS)-$(GOARCH).zip: cmd/index/job/deletion/inde $(call mkdir, $(dir $@)) zip --junk-paths $@ $< -artifacts/vald-index-exporation-$(GOOS)-$(GOARCH).zip: cmd/index/job/exportation/index-exportation +artifacts/vald-index-exportation-$(GOOS)-$(GOARCH).zip: cmd/index/job/exportation/index-exportation $(call mkdir, $(dir $@)) zip --junk-paths $@ $<