sgilmore10 commented on PR #43188: URL: https://github.com/apache/arrow/pull/43188#issuecomment-2215044136
Actually, it looks like there's a bug in [`dev/release/utils-create-release-tarball.sh`](https://github.com/apache/arrow/blob/main/dev/release/utils-create-release-tarball.sh). The name of the directory from which the tarball is created is based on the git tag, and therefore, contains the `rcN` suffix. Adding a separate variable called `tag_no_rc` and using that as the folder name should resolve the issue. -- 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]
