Skip to content

Commit

Permalink
Change spec downloading files
Browse files Browse the repository at this point in the history
- Change cli spec to download files to get
  synced into central.
- Fixes #1149
  • Loading branch information
jvalkeal committed Mar 19, 2024
1 parent 4495c7d commit 4c40fcb
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/release-files-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -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-*" }
}
]
}
Expand Down

0 comments on commit 4c40fcb

Please sign in to comment.