From d86ebe3c9b70e77a0803a36be871b097d894bf22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 14 Nov 2018 17:37:51 +0100 Subject: [PATCH] use uppercase for latest.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.combined | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.combined b/ci/Jenkinsfile.combined index 12aa4b1773..1748d13f02 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -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 ) } } }