use uppercase for latest.json
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
ff0613b0f8
commit
d86ebe3c9b
|
@ -93,7 +93,7 @@ pipeline {
|
|||
/* Create latest.json with newest nightly URLs */
|
||||
if (btype == 'nightly') {
|
||||
cmn.updateLatestNightlies(
|
||||
APK: apkUrl, IOS: ipaUrl, APP: appUrl, MAC: dmgUrl, Win: zipUrl
|
||||
APK: apkUrl, IOS: ipaUrl, APP: appUrl, MAC: dmgUrl, WIN: zipUrl
|
||||
)
|
||||
}
|
||||
} }
|
||||
|
|
Loading…
Reference in New Issue