diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af4c27b..be5dc34 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: