unable to upload zip file created as artifacts in teamcity build using file specs to artifactory tried all types of patterns and file specs unable to upload, it not finding the artifact
{
"files": [{
"pattern": "**/Batches.zip",
"target": "repo/Batches.zip",
"props": "type=zip"
}]
}