diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f36c8b..934318e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,6 +63,7 @@ jobs: unzip NorthstarStubs.zip -d northstar/bin/x64_dedi unzip northstar-launcher.zip -d northstar + mv northstar/Northstar.dll northstar/R2Northstar/ rsync -avr --exclude="Northstar.Coop" --exclude=".git*" northstar-mods/. northstar/R2Northstar/mods - name: Checkout Navmesh repository uses: actions/checkout@v3