From 892e4bbffeca97a955089042e5990151d73bebcf Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 30 Mar 2023 17:37:11 +0200 Subject: [PATCH] [CI] Upload `macOS_arm64_mixed` builds. --- .github/scripts/common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/common.py b/.github/scripts/common.py index 22b9f0a..1b302b1 100644 --- a/.github/scripts/common.py +++ b/.github/scripts/common.py @@ -55,6 +55,7 @@ PLATFORM_TO_RELEASE = { "aarch64_static": "{os}-aarch64".format(os=RELEASE_OS_NAME), "aarch64_mixed": "{os}-aarch64".format(os=RELEASE_OS_NAME), "i586_static": "{os}-i586".format(os=RELEASE_OS_NAME), + "macOS_arm64_mixed": "{os}-arm64".format(os=RELEASE_OS_NAME), "android_arm": "android-arm", "android_arm64": "android-arm64", "android_x86": "android-x86",