Skip to content

Commit

Permalink
Update Makefile.d/build.mk
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: s-shiraki <[email protected]>
  • Loading branch information
highpon and coderabbitai[bot] authored Dec 17, 2024
1 parent e0cb10a commit 287268e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.d/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@ $<

Expand Down

0 comments on commit 287268e

Please sign in to comment.