mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 12:35:30 +03:00
Fix options for alpha upload via fastlane
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
032b1e85b8
commit
57bb3268cd
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ lane :uploadAlphaToPlayStore do |options|
|
|||
skip_upload_aab: true,
|
||||
skip_upload_changelogs: true,
|
||||
skip_upload_metadata: true,
|
||||
skip_upload_screenshots: true,
|
||||
track: 'alpha',
|
||||
apk: "~/apks-talk/android-talk-" + options[:version] + ".apk",
|
||||
apk: "/home/androiddaily/apks-talk/android-talk-" + options[:version] + ".apk",
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue