Fix iOS build

This commit is contained in:
Diego Mello 2023-06-23 13:09:00 -03:00
parent 299a100932
commit dd3d22d011
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ jobs:
/usr/libexec/PlistBuddy -c "Set :bugsnag:apiKey $BUGSNAG_KEY_OFFICIAL" ./ShareRocketChatRN/Info.plist
if [[ $APP_STORE_CONNECT_API_KEY_BASE64 ]]; then
echo $APP_STORE_CONNECT_API_KEY_BASE64 | base64 --decode > ./fastlane/app_store_connect_api_key.p8
bundle exec fastlane ios build_official
bundle exec fastlane ios build
fi
working_directory: ios
- save_cache: *save-npm-cache-mac