mirror of
https://git.unlock-music.dev/um/cli.git
synced 2025-05-22 16:16:19 +08:00
ci: make zip work
This commit is contained in:
parent
369112af01
commit
0a94383ba3
@ -19,8 +19,7 @@ pack() {
|
|||||||
|
|
||||||
mv "$1" "${exe_name}"
|
mv "$1" "${exe_name}"
|
||||||
if [[ "$is_windows" == 1 ]]; then
|
if [[ "$is_windows" == 1 ]]; then
|
||||||
echo zip -Xqj9 "dist/${archive_name}.zip" "${exe_name}" README.md LICENSE
|
zip -Xqj9 "dist/${archive_name}.zip" "${exe_name}" README.md LICENSE
|
||||||
exit 1
|
|
||||||
else
|
else
|
||||||
tar \
|
tar \
|
||||||
--sort=name --format=posix \
|
--sort=name --format=posix \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user