Fix the Universal Android build download URL for releases (#8045)
This commit is contained in:
parent
de5e85d71f
commit
013335acb9
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ lane :github do
|
|||
android = [
|
||||
" * [Mattermost arm64-v8a](https://releases.mattermost.com/mattermost-mobile/#{version}/#{build}/Mattermost-arm64-v8a.apk)",
|
||||
" * [Mattermost armeabi-v7a](https://releases.mattermost.com/mattermost-mobile/#{version}/#{build}/Mattermost-armeabi-v7a.apk)",
|
||||
" * [Mattermost Universal](https://releases.mattermost.com/mattermost-mobile/#{version}/#{build}/Mattermost-universal.apk)",
|
||||
" * [Mattermost Universal](https://releases.mattermost.com/mattermost-mobile/#{version}/#{build}/Mattermost.apk)",
|
||||
" * [Mattermost x86](https://releases.mattermost.com/mattermost-mobile/#{version}/#{build}/Mattermost-x86.apk)",
|
||||
" * [Mattermost x86_64](https://releases.mattermost.com/mattermost-mobile/#{version}/#{build}/Mattermost-x86_64.apk)",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue