Open
Description
New feature, improvement proposal
When attachedOutputs
are specified, if the attached files have exec permissions that permission will be lost when restoring from cache.
I believe this is a limitation inherent to zip
(the archive used to keep attachedOutputs
).
Would it be possible to switch the archive to tar -p
? Not sure how important the compression is as a feature but at the very least make it configurable per attached output?
was unsure whether to open as a bug or feature (since this could very well be "by design") so defaulting to enhancement