Files
spring-statemachine/.github/release-files-spec.json
Janne Valkealahti 4c40fcbaba Change spec downloading files
- Change cli spec to download files to get
  synced into central.
- Fixes #1149
2024-03-19 08:15:52 +00:00

19 lines
363 B
JSON

{
"files": [
{
"aql": {
"items.find": {
"$and": [
{
"@build.name": "${buildname}",
"@build.number": "${buildnumber}",
"path": { "$match": "org/springframework/statemachine/spring-statemachine-*" }
}
]
}
},
"target": "nexus/"
}
]
}