- 优化Windows打包

This commit is contained in:
jxxghp 2023-10-10 13:32:05 +08:00
parent fca0a4b511
commit 48dcc3ee1b

View File

@ -91,8 +91,8 @@ jobs:
Remove-Item -Path "dist.zip" Remove-Item -Path "dist.zip"
Remove-Item -Path "dist" -Recurse -Force Remove-Item -Path "dist" -Recurse -Force
Move-Item -Path "nginx/html/nginx.conf" -Destination "nginx/conf/nginx.conf" -Force Move-Item -Path "nginx/html/nginx.conf" -Destination "nginx/conf/nginx.conf" -Force
New-Item -Path "nginx/temp" -ItemType Directory New-Item -Path "nginx/temp" -ItemType Directory -Force
New-Item -Path "nginx/logs" -ItemType Directory New-Item -Path "nginx/logs" -ItemType Directory -Force
shell: pwsh shell: pwsh
- name: Pyinstaller - name: Pyinstaller