spring-boot/.github/actions/publish-gradle-plugin/artifacts.spec
Andy Wilkinson e75c9312e0 Add workflow to release from GitHub Actions
Co-Authored-By: Moritz Halbritter <moritz.halbritter@broadcom.com>

Closes gh-40407
2024-04-18 09:28:12 +01:00

21 lines
396 B
Python

{
"files": [
{
"aql": {
"items.find": {
"$and": [
{
"@build.name": "${buildName}",
"@build.number": "${buildNumber}",
"path": {
"$match": "org/springframework/boot/spring-boot-gradle-plugin/*"
}
}
]
}
},
"target": "repository/"
}
]
}