Fix android release link (#2821)
This commit is contained in:
parent
afc451fa77
commit
b179ce34e1
1 changed files with 1 additions and 1 deletions
|
|
@ -610,7 +610,7 @@ def submit_to_store
|
|||
build_number = android_get_version_code(gradle_file: './android/app/build.gradle')
|
||||
|
||||
s3_folder = "#{ENV['AWS_FOLDER_NAME']}/#{version_number}/#{build_number}"
|
||||
public_link = "https://#{s3_bucket}/#{s3_folder}/#{app_name_sub}}.apk"
|
||||
public_link = "https://#{s3_bucket}/#{s3_folder}/#{app_name_sub}.apk"
|
||||
|
||||
# Send a build message to Mattermost
|
||||
pretext = '#### New Android released ready to be published'
|
||||
|
|
|
|||
Loading…
Reference in a new issue