Describe the bug, including details regarding any error messages, version, and platform.
Changes in #14396 updated the logic for how the paths were constructed on the builds where the Arrow C++ binaries are built and then used in subsequent jobs to build the Arrow R package. However, builds with 4 numbers in the R package version fail, whereas builds with 3 or less do not. In short, the C++ binaries are getting saved to foo_11.0.0.2.zip but are expected to be located in foo_11.0.0.zip.
Examples of passing:
Examples of failing:
Component(s)
Continuous Integration