diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e5c1d9a..c01f6df3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -91,8 +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 + New-Item -Path "nginx/temp" -ItemType Directory -Force + New-Item -Path "nginx/logs" -ItemType Directory -Force shell: pwsh - name: Pyinstaller