Commit f0760e1
committed
fix: use 7z instead of Compress-Archive to avoid backslash paths in zip
Compress-Archive creates zips with Windows backslash separators,
which breaks unzip in bash. 7z creates cross-platform compatible zips.1 parent b4c1339 commit f0760e1
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
278 | 278 | | |
279 | | - | |
280 | | - | |
| 279 | + | |
281 | 280 | | |
282 | 281 | | |
283 | 282 | | |
| |||
0 commit comments