mirror of
https://github.com/ok-oldking/ok-wuthering-waves.git
synced 2025-05-31 09:30:57 +00:00
修复打包
This commit is contained in:
parent
afbb7154e5
commit
8c71c6916f
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -43,20 +43,20 @@ jobs:
|
||||
|
||||
python -m ok.update.package_launcher ${{ steps.tagName.outputs.tag }}
|
||||
python -m ok.update.gen_md5 .\dist
|
||||
Copy-Item -Path "dist" -Destination "ok-ww" -Recurse
|
||||
Move-Item -Path "dist" -Destination "ok-ww"
|
||||
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
|
||||
Copy-Item -Path "dist" -Destination "ok-ww" -Recurse
|
||||
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
|
||||
Copy-Item -Path "dist" -Destination "ok-ww" -Recurse
|
||||
Move-Item -Path "dist" -Destination "ok-ww"
|
||||
7z a -t7z -r "ok-ww-CPU-full-${{ steps.tagName.outputs.tag }}.7z" "ok-ww"
|
||||
|
||||
shell: pwsh
|
||||
|
@ -1,4 +1,4 @@
|
||||
ok-script==0.0.263
|
||||
ok-script==0.0.264
|
||||
#rapidocr_onnxruntime
|
||||
rapidocr_openvino
|
||||
pySide6-Fluent-Widgets>=1.5.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user