diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e7a592d..49170eeb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,7 +95,7 @@ jobs: New-Item -Path "nginx/temp/__keep__.txt" -ItemType File -Force New-Item -Path "nginx/logs" -ItemType Directory -Force New-Item -Path "nginx/logs/__keep__.txt" -ItemType File -Force - Rename-Item -Path "nginx/nginx.exe" -NewName "nginx/nginx_mp.exe" -Force + Rename-Item -Path "nginx/nginx.exe" -NewName "nginx_mp.exe" -Force shell: pwsh - name: Pyinstaller