mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-20 19:29:54 +00:00
split release into multiple jobs
This commit is contained in:
parent
bba2b25757
commit
e24de70c02
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -169,7 +169,11 @@ jobs:
|
||||
# 为每个二进制文件创建 zip 包
|
||||
cd dist
|
||||
for bin in certimate_*; do
|
||||
zip "${bin}.zip" "${bin}"
|
||||
if [[ "$bin" == *".exe" ]]; then
|
||||
zip "${bin%.exe}.zip" "${bin}"
|
||||
else
|
||||
zip "${bin}.zip" "${bin}"
|
||||
fi
|
||||
done
|
||||
|
||||
# 创建校验和文件
|
||||
|
Loading…
x
Reference in New Issue
Block a user