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