mirror of https://github.com/tooot-app/app
Limit downloading dsym to current version
This commit is contained in:
parent
68282e3aac
commit
4e4bfc12ed
|
@ -108,7 +108,7 @@ private_lane :build_ios do
|
|||
silent: true
|
||||
)
|
||||
upload_to_app_store( ipa: IPA_FILE, app_version: VERSION )
|
||||
download_dsyms
|
||||
download_dsyms( version: VERSION, build_number: BUILD_NUMBER, wait_for_dsym_processing: true )
|
||||
sentry_upload_dsym(
|
||||
org_slug: ENV["SENTRY_ORGANIZATION"],
|
||||
project_slug: ENV["SENTRY_PROJECT"],
|
||||
|
|
Loading…
Reference in New Issue