Add central sync to ga workflow

- Relates #454
This commit is contained in:
Janne Valkealahti
2022-07-19 17:14:54 +01:00
parent 643b189fb8
commit 329c7eb559
2 changed files with 64 additions and 1 deletions

28
.github/release-files-spec.json vendored Normal file
View File

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