Change spec downloading files
- Change cli spec to download files to get synced into central. - Fixes #1149
This commit is contained in:
12
.github/release-files-spec.json
vendored
12
.github/release-files-spec.json
vendored
@@ -7,17 +7,7 @@
|
||||
{
|
||||
"@build.name": "${buildname}",
|
||||
"@build.number": "${buildnumber}",
|
||||
"path": {"$match": "org*"}
|
||||
},
|
||||
{
|
||||
"$or": [
|
||||
{
|
||||
"name": {"$match": "*.pom"}
|
||||
},
|
||||
{
|
||||
"name": {"$match": "*.jar"}
|
||||
}
|
||||
]
|
||||
"path": { "$match": "org/springframework/statemachine/spring-statemachine-*" }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user