mirror of https://github.com/usual2970/certimate
split release into multiple jobs
parent
bba2b25757
commit
e24de70c02
|
@ -169,7 +169,11 @@ jobs:
|
|||
# 为每个二进制文件创建 zip 包
|
||||
cd dist
|
||||
for bin in certimate_*; do
|
||||
if [[ "$bin" == *".exe" ]]; then
|
||||
zip "${bin%.exe}.zip" "${bin}"
|
||||
else
|
||||
zip "${bin}.zip" "${bin}"
|
||||
fi
|
||||
done
|
||||
|
||||
# 创建校验和文件
|
||||
|
|
Loading…
Reference in New Issue