diff --git a/docs/03-github/06-deployment/ios.mdx b/docs/03-github/06-deployment/ios.mdx index 90812481..7866b9b4 100644 --- a/docs/03-github/06-deployment/ios.mdx +++ b/docs/03-github/06-deployment/ios.mdx @@ -485,7 +485,7 @@ jobs: eval "$(ssh-agent -s)" ssh-add - <<< "${MATCH_DEPLOY_KEY}" find $IOS_BUILD_PATH -type f -name "**.sh" -exec chmod +x {} \; - find $IOS_BUILD_PATH -type f -iname "usymtool" -exec chmod +x {} \; + find $IOS_BUILD_PATH -type f -iname "usymtool*" -exec chmod +x {} \; bundle install bundle exec fastlane ios release