venkateshwaracholan commented on issue #3508: URL: https://github.com/apache/polaris/issues/3508#issuecomment-4577598851
I opened #4581 with a focused fix for this issue. The GitHub Release workflow stages the binary ZIP artifact from `runtime/distribution/build/distributions/`, but the release asset selection filter included `*.asc` and `*.sha512` files without including `*.zip` itself. As a result, the ZIP package was omitted while its signature and checksum files were attached. The PR adds `*.zip` to the release asset filter and keeps artifact naming changes out of scope. -- 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]
