Fixed an issue when the step failed with the error message: Failed to populate archive: ... too many open files in system
which happens when many files are present in the cache directories. (https://github.com/bitrise-steplib/steps-cache-push/pull/32)
Thanks for the contribution @akihikodaki!
Resolved an issue with caching the node_modules
directory using yarn workspaces. The step printed the error message: Failed to create current cache descriptor: read ... : is a directory
(https://github.com/bitrise-steplib/steps-cache-push/pull/33)