mirror of
https://github.com/R2Northstar/Northstar
synced 2025-11-02 05:10:52 +01:00
Compare commits
3 Commits
v1.27.2-rc
...
v1.27.7-rc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8306655433 | ||
|
|
ec3a748de8 | ||
|
|
23dfbf1f3e |
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -67,12 +67,12 @@ jobs:
|
|||||||
|
|
||||||
unzip NorthstarStubs.zip -d northstar/bin/x64_dedi
|
unzip NorthstarStubs.zip -d northstar/bin/x64_dedi
|
||||||
unzip northstar-launcher.zip -d northstar
|
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
|
- name: Checkout Navmesh repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: R2Northstar/NorthstarNavs
|
repository: R2Northstar/NorthstarNavs
|
||||||
ref: 'v3'
|
ref: 'v4'
|
||||||
path: northstar-navs
|
path: northstar-navs
|
||||||
- name: Navmeshes setup
|
- name: Navmeshes setup
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user