We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec3a748 commit 8306655Copy full SHA for 8306655
.github/workflows/release.yml
@@ -67,7 +67,7 @@ jobs:
67
68
unzip NorthstarStubs.zip -d northstar/bin/x64_dedi
69
unzip northstar-launcher.zip -d northstar
70
- 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
71
- name: Checkout Navmesh repository
72
uses: actions/checkout@v4
73
with:
0 commit comments