You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
What version of the package or command are you using?
743ede3
What are you trying to do?
I'm trying to make a zip archive with compression.
What steps did you take?
What did you expect to happen, and what actually happened instead?
Expected: the files should be compressed.
Actual: the files are not compressed at all.
How do you think this should be fixed?
We should append the else-clause in zip.go (last 3 lines in the code snippet below):
Workaround
It works as expected when I enable SelectiveCompression: