Skip to content

Commit

Permalink
Exclude markdown files from Mods in releases (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse authored Sep 3, 2024
1 parent ec3a748 commit 8306655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ 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:
Expand Down

0 comments on commit 8306655

Please sign in to comment.