Fix iOS build
This commit is contained in:
parent
299a100932
commit
dd3d22d011
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue