forked from organicmaps/organicmaps
[ios] Use FASTLANE_ENABLE_BETA_DELIVER_SYNC_SCREENSHOTS
The new Fastlane feature enables incremental synchronization of screenshots without fully removing them during each upload. Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
parent
98ba6f66a9
commit
45dd46799e
1 changed files with 2 additions and 1 deletions
|
@ -61,12 +61,13 @@ upload_metadata() {
|
|||
upload_screenshots() {
|
||||
check_keys
|
||||
check_screenshots
|
||||
export FASTLANE_ENABLE_BETA_DELIVER_SYNC_SCREENSHOTS=true
|
||||
run_fastlane deliver \
|
||||
--force \
|
||||
--skip_binary_upload=true \
|
||||
--skip_app_version_update=true \
|
||||
--skip_metadata \
|
||||
--overwrite_screenshots=true \
|
||||
--sync_screenshots=true \
|
||||
--precheck_include_in_app_purchases=false \
|
||||
--automatic_release=false
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue