Skip to content

Commit

Permalink
Optimize release-files-spec.json for *.zip.asc
Browse files Browse the repository at this point in the history
The Maven Central does not accept zip files.
We skip them from Artifactory downloading.
However, we still download signature (`.asc`) for those zips.
`
* Modify `release-files-spec.json` for the extra `and` entry to avoid `*.zip.asc`
from Artifactory downloading.
And therefore they are not going to be uploaded to Maven Central
  • Loading branch information
artembilan committed Dec 13, 2024
1 parent 7a9bb06 commit 31aabdb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions utils/release-files-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
}
}
]
},
{
"name": {
"$nmatch": "*.zip.asc"
}
}
]
}
Expand Down

0 comments on commit 31aabdb

Please sign in to comment.