yukiarrr / ios-build-action

Build iOS project (.xcodeproj, .xcworkspace), and export ipa
MIT License
279 stars 135 forks source link

add custom-keychain-name input #106

Closed jeong-sik closed 1 year ago

jeong-sik commented 1 year ago

I use it in a self-hosted runner, and it often fails on the create_keychain step. This is especially true when building with multiple docker containers on a single macOS host.

I added an input to allow for an arbitrary keychain name. The default value uses the previously named ios-build.keychain.

yukiarrr commented 1 year ago

@jeong-sik Including this PR, v1.10.0 has been released.