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:
parent
c69221cb10
commit
a5c1721519
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user