Do not notarize macos build on CI.
We still sign macos build on nigthly and release.
This commit is contained in:
parent
f103cddd77
commit
733a730877
|
@ -9,7 +9,6 @@ from common import (
|
||||||
OS_NAME,
|
OS_NAME,
|
||||||
PLATFORM_TARGET,
|
PLATFORM_TARGET,
|
||||||
DESKTOP,
|
DESKTOP,
|
||||||
notarize_macos_build,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if PLATFORM_TARGET.startswith("android_"):
|
if PLATFORM_TARGET.startswith("android_"):
|
||||||
|
@ -43,5 +42,4 @@ for target in TARGETS:
|
||||||
else:
|
else:
|
||||||
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)
|
||||||
notarize_macos_build(target)
|
|
||||||
make_archive(target, make_release=False)
|
make_archive(target, make_release=False)
|
||||||
|
|
Loading…
Reference in New Issue