fix:修复setup_fastlane_ios中使用了错误的目录位置

This commit is contained in:
liyi 2025-06-06 09:45:57 +08:00
parent c9ad04d4d9
commit 7a446fdb52

View File

@ -84,7 +84,6 @@ variables:
- export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn - export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn
- ls -li - ls -li
- export NEXT_VERSION="$(cat app_new.version)" - export NEXT_VERSION="$(cat app_new.version)"
- flutter pub get
- export PATH="/opt/homebrew/bin:$PATH" - export PATH="/opt/homebrew/bin:$PATH"
- eval "$(rbenv init -)" - eval "$(rbenv init -)"
- rbenv global 2.6.10 # 你实际用的 Ruby 版本 - rbenv global 2.6.10 # 你实际用的 Ruby 版本
@ -92,7 +91,7 @@ variables:
- which ruby - which ruby
- gem env - gem env
- bundle config mirror.https://rubygems.org https://gems.ruby-china.com - bundle config mirror.https://rubygems.org https://gems.ruby-china.com
- bundle install --gemfile android/Gemfile --path vendor/bundle_ios --quiet - bundle install --gemfile ios/Gemfile --path vendor/bundle_ios --quiet
cache: cache:
paths: paths:
- app_new.version - app_new.version