Skip to content

Commit 8306655

Browse files
Exclude markdown files from Mods in releases (#700)
1 parent ec3a748 commit 8306655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
unzip NorthstarStubs.zip -d northstar/bin/x64_dedi
6969
unzip northstar-launcher.zip -d northstar
70-
rsync -avr --exclude="Northstar.Coop" --exclude=".git*" northstar-mods/. northstar/R2Northstar/mods
70+
rsync -avr --exclude="Northstar.Coop" --exclude=".git*" --exclude="*.md" northstar-mods/. northstar/R2Northstar/mods
7171
- name: Checkout Navmesh repository
7272
uses: actions/checkout@v4
7373
with:

0 commit comments

Comments
 (0)