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