Files
spring-shell/.github/release-files-spec.json
Janne Valkealahti 329c7eb559 Add central sync to ga workflow
- Relates #454
2022-07-19 17:14:54 +01:00

29 lines
544 B
JSON

{
"files": [
{
"aql": {
"items.find": {
"$and": [
{
"@build.name": "${buildname}",
"@build.number": "${buildnumber}",
"path": {"$match": "org*"}
},
{
"$or": [
{
"name": {"$match": "*.pom"}
},
{
"name": {"$match": "*.jar"}
}
]
}
]
}
},
"target": "nexus/"
}
]
}