add submodule download to workflow

This commit is contained in:
Bluzume 2021-10-24 01:16:16 -04:00
parent 481e228227
commit 040aeb2f9e
3 changed files with 6 additions and 0 deletions

View file

@ -27,6 +27,7 @@ jobs:
- name: Build mac-64
continue-on-error: false
run: |
git submodule update --init --recursive
dotnet publish -p:PublishProfile=MacOS.pubxml
cp ../DataCollection/*.json "HorseIsleServer/bin/x64/MacOS/net5.0/osx-x64/publish/"
cp ../DataCollection/*.MAP "HorseIsleServer/bin/x64/MacOS/net5.0/osx-x64/publish/"