CI: fix macOS weekly build.

This commit is contained in:
Jacob Oursland
2025-04-11 17:42:43 -07:00
committed by Chris Hennes
parent b2a45feaa3
commit e990b456b9
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ jobs:
mkdir -p ~/Library/Provisioning\ Profiles
cp $PP_PATH ~/Library/Provisioning\ Profiles
xcrun notarytool store-credentials "FreeCAD Weekly" --keychain "$KEYCHAIN_PATH" --apple-id "${APPLE_ID}" --password "${APP_SPECIFIC_PASSWORD}" --team-id "${DEVELOPER_TEAM_ID}"
xcrun notarytool store-credentials "FreeCAD" --keychain "$KEYCHAIN_PATH" --apple-id "${APPLE_ID}" --password "${APP_SPECIFIC_PASSWORD}" --team-id "${DEVELOPER_TEAM_ID}"
- name: Build and Release Packages
shell: bash