mirror of
https://git.um-react.app/um/cli.git
synced 2025-11-28 03:33:02 +00:00
ci: make zip work
This commit is contained in:
@@ -19,8 +19,7 @@ pack() {
|
||||
|
||||
mv "$1" "${exe_name}"
|
||||
if [[ "$is_windows" == 1 ]]; then
|
||||
echo zip -Xqj9 "dist/${archive_name}.zip" "${exe_name}" README.md LICENSE
|
||||
exit 1
|
||||
zip -Xqj9 "dist/${archive_name}.zip" "${exe_name}" README.md LICENSE
|
||||
else
|
||||
tar \
|
||||
--sort=name --format=posix \
|
||||
|
||||
Reference in New Issue
Block a user