Open
Description
The baseline behavior of the zip
utilty on Linux and macOS is to retain permissions.
However, when the upload-artifact
action zips a directory, it loses permissions, which subsequently breaks the artifacts for users and downstream tools.
Expected behavior: the permissions applied to assets in prior steps should be retained by the upload-artifact
zipper, and should be present in the resulting asset zip file.