From 497967236e7245cfb804646389da4bc8eb2ed7b2 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 25 May 2020 13:08:57 +0200 Subject: [PATCH] Publish release source archive on "native_mixed" platform. `libzim` is build on "native_mixed", not "native_dyn". --- .github/scripts/build_release_nightly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/build_release_nightly.py b/.github/scripts/build_release_nightly.py index b8a694b..3dab6e8 100755 --- a/.github/scripts/build_release_nightly.py +++ b/.github/scripts/build_release_nightly.py @@ -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