Commit 89051764 authored by Brian Hatchet's avatar Brian Hatchet :speech_balloon:

Specifying working directory on build ipa command

1 merge request!311(Chore) filter workflows
......@@ -124,7 +124,8 @@ jobs:
key: bundle-v1-{{ checksum "ios/Gemfile.lock" }}-{{ arch }}
- run:
name: Build release .ipa
command: fastlane buildrelease
command: fastlane buildrelease --verbose
working_directory: ios
ios-build-release:
macos:
xcode: "10.1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment