From e13e71c5c589feee90aacdb14cad6fb96bfcccd6 Mon Sep 17 00:00:00 2001 From: Bluzume <39113159+KuromeSan@users.noreply.github.com> Date: Mon, 5 Apr 2021 12:18:33 +1200 Subject: [PATCH] fix typo --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index adfd3c9..030ab9a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -32,8 +32,8 @@ jobs: dotnet publish -p:PublishProfile=Win64.pubxml copy ../DataCollection/gamedata.json "HorseIsleServer/bin/x64/Windows/net5.0/win-x64/publish/gamedata.json" copy ../DataCollection/HI1.MAP "HorseIsleServer/bin/x64/Windows/net5.0/win-x64/publish/HI1.MAP" - mkdir "HorseIsleServer/bin/x86/Windows/net5.0/win-x86/publish/www" - xcopy /E ../WebInterface "HorseIsleServer/bin/x86/Windows/net5.0/win-x86/publish/www" + mkdir "HorseIsleServer/bin/x64/Windows/net5.0/win-x64/publish/www" + xcopy /E ../WebInterface "HorseIsleServer/bin/x64/Windows/net5.0/win-x64/publish/www" - name: Build win-x86 continue-on-error: false