mirror of
https://github.com/islehorse/HISP.git
synced 2025-05-17 08:44:00 +12:00
Do submodules better
This commit is contained in:
parent
040aeb2f9e
commit
7a31c468e3
3 changed files with 9 additions and 6 deletions
.github/workflows
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
|
@ -14,6 +14,9 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Git Submodule update
|
||||
run: git submodule update --init --recursive
|
||||
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v1
|
||||
|
@ -27,7 +30,6 @@ jobs:
|
|||
- name: Build win-x64
|
||||
continue-on-error: false
|
||||
run: |
|
||||
git submodule update --init --recursive
|
||||
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"
|
||||
|
@ -35,7 +37,6 @@ jobs:
|
|||
- name: Build win-x86
|
||||
continue-on-error: false
|
||||
run: |
|
||||
git submodule update --init --recursive
|
||||
dotnet publish -p:PublishProfile=Win32.pubxml
|
||||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue