mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-27 15:04:50 -04:00
Publish release source archive on "native_mixed" platform.
`libzim` is build on "native_mixed", not "native_dyn".
This commit is contained in:
parent
22da0f3b6d
commit
497967236e
2
.github/scripts/build_release_nightly.py
vendored
2
.github/scripts/build_release_nightly.py
vendored
@ -66,7 +66,7 @@ for target in TARGETS:
|
||||
# We have few more things to do for release:
|
||||
if RELEASE:
|
||||
# Publish source archives
|
||||
if PLATFORM_TARGET == "native_dyn" and OS_NAME != "osx":
|
||||
if PLATFORM_TARGET in ("native_dyn", "native_mixed") and OS_NAME != "osx":
|
||||
for target in TARGETS:
|
||||
if release_versions.get(target) != 0:
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user