Skip to content

Commit

Permalink
- 优化Windows打包
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp committed Oct 10, 2023
1 parent 60140fd commit d6831a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6831a8

Please sign in to comment.