diff --git a/Jenkinsfile b/Jenkinsfile index 86a8f2e..4f775e1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -93,7 +93,7 @@ pipeline { def urlsList = [] if (params.BUILD_TYPE in ['Both','Debug']) { urlsList << "\"${env.BUILD_URL}artifact/builds/KhaoticEngineReborn_Debug.zip\"" - + } if (params.BUILD_TYPE in ['Both','Release']) { urlsList << "\"${env.BUILD_URL}artifact/builds/KhaoticEngineReborn_Release.zip\"" } @@ -117,4 +117,4 @@ pipeline { } } -} +} \ No newline at end of file