Update windows.yml

This commit is contained in:
Bluzume 2021-01-29 01:52:25 +13:00 committed by GitHub
parent cc259bc27f
commit d97b2ffaf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,14 +30,14 @@ jobs:
continue-on-error: false
run: |
dotnet publish -p:PublishProfile=Win64.pubxml
copy ../DataCollection/gamedata.json "Horse Isle Server/HorseIsleServer/bin/x64/Windows/net5.0/win-x64/publish/gamedata.json"
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"
- name: Build win-x86
continue-on-error: false
run: |
dotnet publish -p:PublishProfile=Win32.pubxml
copy ../DataCollection/gamedata.json "Horse Isle Server/HorseIsleServer/bin/x86/Windows/net5.0/win-x86/publish/amedata.json"
copy ../DataCollection/gamedata.json "HorseIsleServer/bin/x86/Windows/net5.0/win-x86/publish/gamedata.json"
copy ../DataCollection/HI1.MAP "HorseIsleServer/bin/x86/Windows/net5.0/win-x86/publish/HI1.MAP"
- name: upload win-x64