mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Do not notarize macos build on CI.
We still sign macos build on nigthly and release.
This commit is contained in:
2
.github/scripts/build_projects.py
vendored
2
.github/scripts/build_projects.py
vendored
@ -9,7 +9,6 @@ from common import (
|
||||
OS_NAME,
|
||||
PLATFORM_TARGET,
|
||||
DESKTOP,
|
||||
notarize_macos_build,
|
||||
)
|
||||
|
||||
if PLATFORM_TARGET.startswith("android_"):
|
||||
@ -43,5 +42,4 @@ for target in TARGETS:
|
||||
else:
|
||||
if PLATFORM_TARGET == "native_mixed" and OS_NAME == "osx":
|
||||
fix_macos_rpath(target)
|
||||
notarize_macos_build(target)
|
||||
make_archive(target, make_release=False)
|
||||
|
Reference in New Issue
Block a user