mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-24 04:53:29 -04:00
Merge pull request #551 from kiwix/fix_wrong_upload
This commit is contained in:
commit
23c9ecdbed
2
.github/scripts/build_projects.py
vendored
2
.github/scripts/build_projects.py
vendored
@ -47,5 +47,5 @@ for target in TARGETS:
|
|||||||
if PLATFORM_TARGET == "native_mixed" and OS_NAME == "osx":
|
if PLATFORM_TARGET == "native_mixed" and OS_NAME == "osx":
|
||||||
fix_macos_rpath(target)
|
fix_macos_rpath(target)
|
||||||
archive = make_archive(target, make_release=False)
|
archive = make_archive(target, make_release=False)
|
||||||
if archive:
|
if archive and DEV_BRANCH:
|
||||||
upload_archive(archive, target, make_release=False, dev_branch=DEV_BRANCH)
|
upload_archive(archive, target, make_release=False, dev_branch=DEV_BRANCH)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user