Correctly detect if project is openzim or kiwix organization

This commit is contained in:
Matthieu Gautier 2022-02-02 16:07:24 +01:00
parent 5db6f0b76e
commit 0fb7dc63a7

View file

@ -194,7 +194,7 @@ def upload(file_to_upload, host, dest_path):
def upload_archive(archive, project, make_release):
if project.startswith("kiwix-"):
if project.startswith("kiwix-") or project in ['libkiwix']:
host = "ci@download.kiwix.org"
dest_path = "/data/download/"
else: