Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-03 14:50:19 +01:00
Fix archiving
Dieser Commit ist enthalten in:
Ursprung
ca65f9f45a
Commit
56b70927f2
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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren