diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 915086180..0e5c1d9a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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