From 6a3d3047e0eaa3cab1176a73358f0f512626b075 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 15 Jun 2022 14:28:32 +0200 Subject: [PATCH] Do not try to package kiwix-search as it as been removed from kiwix-tools --- .github/scripts/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/common.py b/.github/scripts/common.py index a683c21..35749dd 100644 --- a/.github/scripts/common.py +++ b/.github/scripts/common.py @@ -70,7 +70,7 @@ EXPORT_FILES = { INSTALL_DIR / "bin", [ f + BIN_EXT - for f in ("kiwix-manage", "kiwix-read", "kiwix-search", "kiwix-serve") + for f in ("kiwix-manage", "kiwix-search", "kiwix-serve") ], ), "zim-tools": (