Skip to content

Commit

Permalink
build: try to fix ios build.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardo2016x committed Jul 11, 2024
1 parent d4672cd commit 7e55480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
- name: Install dependencies && Build app
shell: bash
run: |
yarn install;
cd apps/mobile;
yarn;
yarn prepare-archive;
# security unlock-keychain -p ${{ secrets.KEYCHAIN_PASS }} ~/Library/Keychains/login.keychain-db
Expand Down
3 changes: 1 addition & 2 deletions apps/mobile/scripts/deploy-ios-appstore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ build_appstore() {
yarn;
yarn syncrnversion;
cd $project_dir/ios;
bundle install;
[ ! -z $CI ] && bundle exec pod cache clean --all;
bundle exec pod install;
bundle install && bundle exec pod install;
cd $project_dir;
bundle exec fastlane ios appstore;
}
Expand Down

0 comments on commit 7e55480

Please sign in to comment.