Skip to content

Commit 9c919fb

Browse files
committed
Add missing spec file
1 parent 60671dc commit 9c919fb

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/release-files-spec.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"files": [
3+
{
4+
"aql": {
5+
"items.find": {
6+
"$and": [
7+
{
8+
"@build.name": "${buildname}",
9+
"@build.number": "${buildnumber}",
10+
"path": {"$match": "org*"}
11+
},
12+
{
13+
"$or": [
14+
{
15+
"name": {"$match": "*.pom"}
16+
},
17+
{
18+
"name": {"$match": "*.jar"}
19+
}
20+
]
21+
}
22+
]
23+
}
24+
},
25+
"target": "nexus/"
26+
}
27+
]
28+
}

0 commit comments

Comments
 (0)