1
mirror of https://github.com/R2Northstar/Northstar synced 2025-09-27 16:50:50 +02:00

Compare commits

..

2 Commits

Author SHA1 Message Date
GeckoEidechse
8306655433 Exclude markdown files from Mods in releases (#700) 2024-09-03 17:29:46 +02:00
GeckoEidechse
ec3a748de8 Bump NorthstarNavs to v4 (#695)
Bump NorthstarNavs to v4

Co-authored-by: Zanieon <william-millennium@hotmail.com>
2024-08-31 01:09:52 +02:00

View File

@@ -67,12 +67,12 @@ jobs:
unzip NorthstarStubs.zip -d northstar/bin/x64_dedi
unzip northstar-launcher.zip -d northstar
rsync -avr --exclude="Northstar.Coop" --exclude=".git*" northstar-mods/. northstar/R2Northstar/mods
rsync -avr --exclude="Northstar.Coop" --exclude=".git*" --exclude="*.md" northstar-mods/. northstar/R2Northstar/mods
- name: Checkout Navmesh repository
uses: actions/checkout@v4
with:
repository: R2Northstar/NorthstarNavs
ref: 'v3'
ref: 'v4'
path: northstar-navs
- name: Navmeshes setup
run: |