Browse Source

Fix AppImage casing in Jenkinsfile

pull/55/head
JT 1 year ago
parent
commit
1de033b499
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -38,7 +38,7 @@ node("Diligence") {
stage ('Archive Artifacts') { stage ('Archive Artifacts') {
archiveArtifacts artifacts: 'out/*.exe', followSymlinks: false archiveArtifacts artifacts: 'out/*.exe', followSymlinks: false
archiveArtifacts artifacts: 'Release/linux-x64/*.appimage', followSymlinks: false archiveArtifacts artifacts: 'Release/linux-x64/*.AppImage', followSymlinks: false
} }
} }
} finally { } finally {

Loading…
Cancel
Save