From b1b545a65b416802d04bd5774fef5435b57afb68 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Mon, 16 Dec 2024 22:31:03 +0100 Subject: [PATCH] Properly appending '.zip' --- .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 3863f2b..baa40c5 100644 --- a/.github/scripts/common.py +++ b/.github/scripts/common.py @@ -544,7 +544,7 @@ def create_desktop_image(make_release): elif platform.system() == "Windows": archive_basename = "kiwix-desktop_windows_x64_{}".format(postfix) working_dir = INSTALL_DIR / archive_basename - build_path = working_dir.with_suffix(".zip") + build_path = working_dir + ".zip" app_name = build_path.name command = [ "python",