mirror of
https://github.com/ok-oldking/ok-wuthering-waves.git
synced 2025-06-03 09:25:19 +00:00
修复打包
This commit is contained in:
parent
8c71c6916f
commit
6dcec040ee
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@ -43,21 +43,21 @@ jobs:
|
||||
|
||||
python -m ok.update.package_launcher ${{ steps.tagName.outputs.tag }}
|
||||
python -m ok.update.gen_md5 .\dist
|
||||
Move-Item -Path "dist" -Destination "ok-ww"
|
||||
Copy-Item -Path "dist" -Destination "ok-ww" -Recurse
|
||||
7z a -t7z -r "ok-ww-release-${{ steps.tagName.outputs.tag }}.7z" "ok-ww"
|
||||
7z a -tzip -r "ok-ww-${{ steps.tagName.outputs.tag }}.zip" "ok-ww"
|
||||
Remove-Item -Path "ok-ww" -Recurse -Force
|
||||
|
||||
python -m ok.update.package_full_with_profile ${{ steps.tagName.outputs.tag }} 0
|
||||
python -m ok.update.gen_md5 .\dist
|
||||
Move-Item -Path "dist" -Destination "ok-ww"
|
||||
7z a -t7z -r "ok-ww-Nvidia-GPU-full-${{ steps.tagName.outputs.tag }}.7z" "ok-ww"
|
||||
Remove-Item -Path "ok-ww" -Recurse -Force
|
||||
|
||||
python -m ok.update.package_full_with_profile ${{ steps.tagName.outputs.tag }} 1
|
||||
python -m ok.update.gen_md5 .\dist
|
||||
Move-Item -Path "dist" -Destination "ok-ww"
|
||||
Copy-Item -Path "dist" -Destination "ok-ww" -Recurse
|
||||
7z a -t7z -r "ok-ww-CPU-full-${{ steps.tagName.outputs.tag }}.7z" "ok-ww"
|
||||
|
||||
python -m ok.update.package_full_with_profile ${{ steps.tagName.outputs.tag }} 0
|
||||
python -m ok.update.gen_md5 .\dist
|
||||
Copy-Item -Path "dist" -Destination "ok-ww" -Recurse
|
||||
7z a -t7z -r "ok-ww-Nvidia-GPU-full-${{ steps.tagName.outputs.tag }}.7z" "ok-ww"
|
||||
Remove-Item -Path "ok-ww" -Recurse -Force
|
||||
|
||||
shell: pwsh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user