Fix Jenkins
Minetest-For-Mobile/pipeline/head There was a failure building this commit Details

This commit is contained in:
TheBrokenRail 2020-12-21 13:37:43 -05:00
parent f601d46ddc
commit 94d0078b2d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -12,7 +12,7 @@ pipeline {
}
post {
success {
archiveArtifacts artifacts: 'out/**', fingerprint: true
archiveArtifacts artifacts: 'out/*.deb', fingerprint: true
}
}
}