feat/prepare-android-pipeline-for-rc #24

Merged
malo merged 11 commits from feat/prepare-android-pipeline-for-rc into main 2023-08-08 15:59:34 +00:00
Showing only changes of commit 1ef8fc00e7 - Show all commits

View File

@ -28,16 +28,16 @@ module Fastlane
UI.message("👉🏼 App built")
# Upload the Android App Bundle to the Play Store
other_action.upload_to_play_store(
track: params[:beta_type],
json_key: './service_account_key.json',
aab: '../build/app/outputs/bundle/release/app-release.aab',
skip_upload_metadata: true,
skip_upload_images: true,
skip_upload_screenshots: true,
release_status: "draft",
version_code: build_number
)
# other_action.upload_to_play_store(
# track: params[:beta_type],
# json_key: './service_account_key.json',
# aab: '../build/app/outputs/bundle/release/app-release.aab',
# skip_upload_metadata: true,
# skip_upload_images: true,
# skip_upload_screenshots: true,
# release_status: "draft",
# version_code: build_number
# )
# Delete artifacts files
artifacts = ['android_keys.zip', 'key.jks', 'key.properties', 'service_account_key.json']