mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Fix archiving
This commit is contained in:
parent
ca65f9f45a
commit
56b70927f2
1 changed files with 1 additions and 5 deletions
6
bootstrap/fabric/Jenkinsfile
vendored
6
bootstrap/fabric/Jenkinsfile
vendored
|
@ -13,11 +13,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
archiveArtifacts artifacts: 'build/libs/*.jar', excludes: {
|
archiveArtifacts artifacts: 'build/libs/*.jar', excludes: 'build/libs/Geyser-Fabric-*-.jar', fingerprint: true
|
||||||
'build/libs/*-dev.jar'
|
|
||||||
'build/libs/*-sources*jar'
|
|
||||||
'build/libs/*-all.jar'
|
|
||||||
}, fingerprint: true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue