Rename fastlane lane to `upload` to avoid name collison: "Name of the lane 'testflight' is already taken by the action named 'testflight' #4964

pull/4965/head
Hwee-Boon Yar 2 years ago
parent a7e5e92fb5
commit 25a5aeee80
  1. 4
      fastlane/Fastfile
  2. 6
      fastlane/README.md

@ -65,8 +65,8 @@ platform :ios do
# You can define as many lanes as you want
desc "Upload a build for TestFlight"
lane :testflight do
desc "Upload a build for TestFlight and submission"
lane :upload do
cocoapods(use_bundle_exec: true)
build_app(workspace: "AlphaWallet.xcworkspace", scheme: "AlphaWallet",

@ -47,13 +47,13 @@ Screenshots
### ios testflight
### ios upload
```sh
[bundle exec] fastlane ios testflight
[bundle exec] fastlane ios upload
```
Upload a build for TestFlight
Upload a build for TestFlight and submission
----

Loading…
Cancel
Save