mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-04-24 22:57:07 -04:00
Correctly detect if project is openzim or kiwix organization
This commit is contained in:
parent
5db6f0b76e
commit
0fb7dc63a7
1 changed files with 1 additions and 1 deletions
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue