0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-06-03 09:25:19 +00:00

增加zip打包

This commit is contained in:
firedcto@gmail.com 2024-09-12 11:17:00 +08:00
parent c69221cb10
commit a5c1721519

View File

@ -44,7 +44,7 @@ jobs:
python -m ok.update.gen_md5 .\dist
mv dist ok-ww
7z a -t7z -r "ok-ww-release-${{ steps.tagName.outputs.tag }}.7z" "ok-ww"
zip -r "ok-ww-release-${{ steps.tagName.outputs.tag }}.zip" "ok-ww"
7z a -tzip -r "ok-ww-release-${{ steps.tagName.outputs.tag }}.zip" "ok-ww"
shell: pwsh