Fixes for multiple tarballs in CI environments
Description
This MR addresses build failures related to having an unclean environment by replacing the simple *.tar*
glob with an ls
call that pulls out the most recent (by modtime) tarball in the directory, which should guarantee only a single tarball is discovered and that it's the one generated by the make-dist
job.
API Changes and Justification
Backwards Compatible Changes
-
This change introduces no API changes -
This change adds new API calls
Backwards Incompatible Changes
-
This change modifies an existing API -
This change removes an existing API