From 0fbe51f257717ae09351bb6eb1fd248286acc921 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 10 Oct 2023 16:17:22 +0800 Subject: [PATCH] fix bug --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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