diff --git a/Jenkinsfile b/Jenkinsfile index 48e8f7e..543023e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -78,7 +78,7 @@ def buildOnLabel(label, buildCommand) { } stage("Archive Artifacts (${label})") { - archiveArtifacts artifacts: 'app_dist/**/*.dmg, app_dist/**/*.exe, app_dist/**/*.pkg', fingerprint: true + archiveArtifacts artifacts: 'app_dist/**/Farm Control*.dmg, app_dist/**/Farm Control*.exe, app_dist/**/Farm Control*.pkg', fingerprint: true } } }