mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Remove dSYM step
https://github.com/fastlane/fastlane/discussions/17485#discussioncomment-125619
This commit is contained in:
@ -93,7 +93,7 @@ private_lane :build_ios do
|
|||||||
groups: "内测用户",
|
groups: "内测用户",
|
||||||
changelog: "Ready for testing"
|
changelog: "Ready for testing"
|
||||||
)
|
)
|
||||||
upload_symbols_ios
|
# upload_symbols_ios
|
||||||
when "production"
|
when "production"
|
||||||
prepare_appstore_ios
|
prepare_appstore_ios
|
||||||
match( type: "appstore", readonly: true )
|
match( type: "appstore", readonly: true )
|
||||||
|
Reference in New Issue
Block a user