From 0484b6f280bb4bfe65ce27ddc399ba57c6662cfe Mon Sep 17 00:00:00 2001 From: xiaoyeliu Date: Wed, 19 Nov 2025 17:33:57 +0800 Subject: [PATCH] Fix CICD --- build_release_macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_release_macos.sh b/build_release_macos.sh index 589bbebcd8..505e07b51e 100755 --- a/build_release_macos.sh +++ b/build_release_macos.sh @@ -272,7 +272,7 @@ function build_universal() { echo "Universal binary created at $UNIVERSAL_APP" # Create universal binary for profile validator if it exists - if [ -f "$PROJECT_DIR/build/arm64/Snapmaker_Orca/Snapmaker_Orca.app/Contents/MacOS/Snapmaker_Orca_profile_validator" ] && \ + if [ -f "$PROJECT_DIR/build/arm64/Snapmaker_Orca/Snapmaker_Orca_profile_validator.app/Contents/MacOS/Snapmaker_Orca_profile_validator" ] && \ [ -f "$PROJECT_DIR/build/x86_64/Snapmaker_Orca/Snapmaker_Orca_profile_validator.app/Contents/MacOS/Snapmaker_Orca_profile_validator" ]; then echo "Creating universal binary for Snapmaker_Orca_profile_validator..." UNIVERSAL_VALIDATOR_APP="$PROJECT_BUILD_DIR/Snapmaker_Orca/Snapmaker_Orca_profile_validator.app"