mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 13:15:42 +12:00
fix typo
This commit is contained in:
parent
d4c5cfecd8
commit
e13e71c5c5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue