Browse Source

update Jenkinsfile for single-file artifacts

pull/5/head
JT 1 year ago
parent
commit
85cf10d4e5
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -25,7 +25,7 @@ node("Windows") {
if (env.BRANCH_NAME == "main") {
stage ('Archive Artifacts') {
archiveArtifacts artifacts: 'out/**/*.*', followSymlinks: false
archiveArtifacts artifacts: 'out/*.exe', followSymlinks: false
}
}
}

Loading…
Cancel
Save