PakhomovAlexander commented on code in PR #1442:
URL: https://github.com/apache/ignite-3/pull/1442#discussion_r1047071251
##########
packaging/build.gradle:
##########
@@ -142,6 +141,7 @@ task prepareRelease(type: Copy) {
from configurations.platformsRelease
dependsOn createChecksums, signAllSrcZip, signAllDistZip
from file("$buildDir/distributions")
+ from file("$buildDir/checksums")
Review Comment:
shouldn't it be `platformsRelease` artifact instead?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]