post section was in wrong part of file

This commit is contained in:
zontreck 2024-07-20 20:41:32 -07:00
parent 1d28bb4ef5
commit 5ee880892e

11
Jenkinsfile vendored
View file

@ -35,12 +35,13 @@ pipeline {
sh 'flutter pub publish -f --skip-validation'
}
}
}
post {
always {
archiveArtifacts artifacts: "*.tgz", fingerprint: true
deleteDir()
}
post {
always {
archiveArtifacts artifacts: "*.tgz", fingerprint: true
deleteDir()
}
}
}