mirror of
https://github.com/R2Northstar/Northstar
synced 2026-08-23 20:23:04 -04:00
Add navmesh repository to release jobs
This commit is contained in:
parent
eb09410d8d
commit
02639ff6bd
1 changed files with 13 additions and 3 deletions
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
|
|
@ -109,10 +109,20 @@ jobs:
|
|||
|
||||
mv -v northstar-launcher/* northstar
|
||||
rsync -avr --exclude="Northstar.Coop" --exclude=".git*" northstar-mods/. northstar/R2Northstar/mods
|
||||
- name: Cleanup root Northstar repository files
|
||||
- name: Checkout Navmesh repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: R2Northstar/NorthstarNavs
|
||||
path: northstar-navs
|
||||
- name: Navmeshes setup
|
||||
run: |
|
||||
rm -rf northstar-launcher
|
||||
cd northstar && rm -rf .git .github *.md LICENSE thunderstore .ci.env.example
|
||||
mkdir -p northstar/R2Northstar/mods/Northstar.CustomServers/mod/maps
|
||||
mv -v northstar-navs/graphs northstar/R2Northstar/mods/Northstar.CustomServers/mod/maps
|
||||
mv -v northstar-navs/navmesh northstar/R2Northstar/mods/Northstar.CustomServers/mod/maps
|
||||
- name: Cleanup root Northstar repository files
|
||||
working-directory: northstar
|
||||
run: |
|
||||
rm -rf .git .github .gitignore *.md LICENSE thunderstore .ci.env.example
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue