- 优化Windows打包
This commit is contained in:
parent
60140fd2e6
commit
d6831a8881
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -91,6 +91,8 @@ jobs:
|
||||
Remove-Item -Path "dist.zip"
|
||||
Remove-Item -Path "dist" -Recurse -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/logs" -ItemType Directory
|
||||
shell: pwsh
|
||||
|
||||
- name: Pyinstaller
|
||||
|
Loading…
x
Reference in New Issue
Block a user