mirror of https://github.com/tooot-app/app
Remove dSYM step
https://github.com/fastlane/fastlane/discussions/17485#discussioncomment-125619
This commit is contained in:
parent
d287e2d0f6
commit
80dfd47d8b
|
@ -93,7 +93,7 @@ private_lane :build_ios do
|
|||
groups: "内测用户",
|
||||
changelog: "Ready for testing"
|
||||
)
|
||||
upload_symbols_ios
|
||||
# upload_symbols_ios
|
||||
when "production"
|
||||
prepare_appstore_ios
|
||||
match( type: "appstore", readonly: true )
|
||||
|
|
Loading…
Reference in New Issue