mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Correctly detect if project is openzim or kiwix organization
This commit is contained in:
2
.github/scripts/common.py
vendored
2
.github/scripts/common.py
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user