Add missing spec file

This commit is contained in:
Janne Valkealahti
2021-06-27 09:02:19 +01:00
parent 23178939a6
commit b503c8decb

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/"
}
]
}