Skip to content

Commit

Permalink
cd iOS to find Fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
kcw-grunt committed Dec 23, 2024
1 parent c5404d4 commit 8407973
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: bundle install
- run:
name: Fastlane
command: bundle exec fastlane $FASTLANE_LANE
command: cd ios; bundle exec fastlane $FASTLANE_LANE
- store_artifacts:
path: output
- store_test_results:
Expand All @@ -40,7 +40,7 @@ jobs:
- run: bundle install
- run:
name: Fastlane
command: bundle exec fastlane $FASTLANE_LANE
command: cd ios; bundle exec fastlane $FASTLANE_LANE
- store_artifacts:
path: output/Game.ipa

Expand All @@ -57,9 +57,9 @@ jobs:
- run: bundle install
- run:
name: Fastlane
command: bundle exec fastlane $FASTLANE_LANE
command: cd ios; bundle exec fastlane $FASTLANE_LANE
- store_artifacts:
path: output/Game.ipa
path: output/litewallet.ipa

workflows:
version: 2
Expand Down

0 comments on commit 8407973

Please sign in to comment.