0
0
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:
firedcto@gmail.com 2024-09-20 22:44:02 +08:00
parent afbb7154e5
commit 8c71c6916f
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
ok-script==0.0.263
ok-script==0.0.264
#rapidocr_onnxruntime
rapidocr_openvino
pySide6-Fluent-Widgets>=1.5.5