Currently, RemoteCache download the output files and directory trees of a remotely executed action to the local machine by putting the temp file next to the output, with a .tmp suffix.
It would be nice to change RemoteCache to use the strategy described by @jmmv here #11340 (comment) for download files.
Currently,
RemoteCachedownload the output files and directory trees of a remotely executed action to the local machine by putting the temp file next to the output, with a.tmpsuffix.It would be nice to change
RemoteCacheto use the strategy described by @jmmv here #11340 (comment) for download files.