-
-
Save AndrewDongminYoo/9548ac9d3d126b474ac88534f8f28d56 to your computer and use it in GitHub Desktop.
Execute Fastlane
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 참고로 괄호 안에서 cd 스크립트를 실행하면 다시 cd ..으로 나올 필요가 없습니다. | |
| (cd android && fastlane release) | |
| # 다른 Bash에서 | |
| (cd ios && fastlane release) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment