Skip to content

Instantly share code, notes, and snippets.

@AndrewDongminYoo
Created March 21, 2025 13:35
Show Gist options
  • Save AndrewDongminYoo/9548ac9d3d126b474ac88534f8f28d56 to your computer and use it in GitHub Desktop.
Save AndrewDongminYoo/9548ac9d3d126b474ac88534f8f28d56 to your computer and use it in GitHub Desktop.
Execute Fastlane
# 참고로 괄호 안에서 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