Correctly detect if project is openzim or kiwix organization
This commit is contained in:
parent
5db6f0b76e
commit
0fb7dc63a7
|
@ -194,7 +194,7 @@ def upload(file_to_upload, host, dest_path):
|
||||||
|
|
||||||
|
|
||||||
def upload_archive(archive, project, make_release):
|
def upload_archive(archive, project, make_release):
|
||||||
if project.startswith("kiwix-"):
|
if project.startswith("kiwix-") or project in ['libkiwix']:
|
||||||
host = "ci@download.kiwix.org"
|
host = "ci@download.kiwix.org"
|
||||||
dest_path = "/data/download/"
|
dest_path = "/data/download/"
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue