What happened?
It's common practice to use v1.0 when only storing files (compression level 0) and this is the behavior of zip, but this action always uses v2.0
What did you expect to happen?
Output to match what would happen with zip
How can we reproduce it?
Upload a directory with compression-level: 0
Anything else we need to know?
Would be a behavior change, but shouldn't break anything since most tools that support v2.0 will support v1.0
What version of the action are you using?
v7.0.1
What are your runner environments?
linux
Are you on GitHub Enterprise Server? If so, what version?
No response
What happened?
It's common practice to use
v1.0when only storing files (compression level 0) and this is the behavior ofzip, but this action always usesv2.0What did you expect to happen?
Output to match what would happen with
zipHow can we reproduce it?
Upload a directory with
compression-level: 0Anything else we need to know?
Would be a behavior change, but shouldn't break anything since most tools that support
v2.0will supportv1.0What version of the action are you using?
v7.0.1
What are your runner environments?
linux
Are you on GitHub Enterprise Server? If so, what version?
No response