rename lanes
Some checks failed
Build and release debug APK / build (pull_request) Failing after 13m49s
Build and release debugging app to ios testflight / build (pull_request) Failing after 17m7s

This commit is contained in:
2025-03-24 12:14:12 +01:00
parent 21f57f6929
commit a7e3553246
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ default_platform(:android)
platform :android do
desc "Deploy a new version to closed testing (play store)"
lane :deploy_testing do
lane :deploy_beta do
build_name = ENV["BUILD_NAME"]
build_number = ENV["BUILD_NUMBER"]
@@ -18,6 +18,7 @@ platform :android do
upload_to_play_store(
track: 'alpha',
# upload aab files intstead
skip_upload_apk: true,
skip_upload_changelogs: true,
aab: "../build/app/outputs/bundle/release/app-release.aab",