From 48dcc3ee1b5d27373f120ea37e0c0b7235b15624 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 10 Oct 2023 13:32:05 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E4=BC=98=E5=8C=96Windows=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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