Limit downloading dsym to current version

This commit is contained in:
Zhiyuan Zheng 2022-01-16 15:27:52 +01:00
parent 68282e3aac
commit 4e4bfc12ed
1 changed files with 1 additions and 1 deletions

View File

@ -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"],