mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-23 04:25:38 -04:00
Correctly detect if project is openzim or kiwix organization
This commit is contained in:
parent
5db6f0b76e
commit
0fb7dc63a7
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):
|
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…
x
Reference in New Issue
Block a user