add github actions

This commit is contained in:
Mark Pollack
2023-08-04 11:54:13 -04:00
parent f2b299f3da
commit 0ee86b5b5d
14 changed files with 530 additions and 0 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/"
}
]
}