Commit 87581bb
committed
build-release: only zip files, not directories
Zip format does not require to store directory to store files
in a directory. Storing directory is only required for storing
directory metadata (like file modification date, etc.)
Not storing directories produces smaller zip files, the directories
are automatically created when unzipping the files.1 parent 9b927b7 commit 87581bb
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
242 | 246 | | |
243 | 247 | | |
244 | 248 | | |
| |||
0 commit comments