Changed Jenkinsfile

This commit is contained in:
Tschipp 2022-12-05 00:41:57 +01:00
parent 191ce26ee4
commit 555b484c1a

3
Jenkinsfile vendored
View File

@ -26,7 +26,8 @@ pipeline {
} }
post { post {
always { always {
archive 'build/libs/**.jar' archive 'Forge/build/libs/**.jar'
archive 'Fabric/build/libs/**.jar'
} }
} }
} }