Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÁlvaro Brey <alvaro.brey@nextcloud.com>2022-11-07 13:37:53 +0300
committerGitHub <noreply@github.com>2022-11-07 13:37:53 +0300
commitfb52b3f2ce49363548f5d71f994c119062d9dd8c (patch)
tree58d23e506826fc557b515ffe08b7c85c51b58293
parent7ec3b4575bbc1580ab363adc5fe0f0e5036f447a (diff)
parente924e10be2e20ee73066a18fb124765e290a0ef6 (diff)
Merge pull request #10985 from nextcloud/fastlane-skip-apk
fastlane: add skip_upload_apk to play store config
-rw-r--r--fastlane/Fastfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index 72fb4a941c..895c3aee14 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -292,6 +292,7 @@ desc "Upload to play store"
private_lane :uploadToPlaystore_Final do |options|
upload_to_play_store(
skip_upload_images: true,
+ skip_upload_apk: true,
aab: "release/app-gplay-release.aab"
)
end