refactor(amend Fastfile, skip apk upload)

Co-authored-by: Lee Sheppard<coolusername244@users.noreply.github.com>
This commit is contained in:
Palmn72 2023-10-26 18:24:09 +02:00
parent 242ff06ab2
commit 261609824d
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ platform :android do
)
system("cd #{symbolsFolderPath} && zip -r #{symbolsFilePath} .")
upload_to_play_store(
skip_upload_apk: true,
track: 'internal',
release_status: 'draft',
version_code: ENV['VERSION_CODE'],