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 ) } } }