Skip to content

Commit 95f3d54

Browse files
authored
ci: exclude all batch files
1 parent 717aa17 commit 95f3d54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
type: 'zip'
1515
filename: 'FS25_Courseplay.zip'
16-
exclusions: '*.git* *.editorconfig *README* *LICENSE* test/* *.bat *.md Contributors.md'
16+
exclusions: '*.git* *.editorconfig *README* *LICENSE* test/* *.bat scripts/*.bat *.md Contributors.md'
1717
- name: Get Version
1818
id: get_version
1919
run: echo "version=$(grep '<version>' modDesc.xml | sed -e 's/<\/*version>//g' -e 's/^[ \t]*//')" >> $GITHUB_ENV
@@ -25,4 +25,4 @@ jobs:
2525
name: 'Courseplay for FS25 v${{ env.version }}'
2626
body: ${{ github.event.head_commit.message }}
2727
generateReleaseNotes: 'true'
28-
skipIfReleaseExists: 'true'
28+
skipIfReleaseExists: 'true'

0 commit comments

Comments
 (0)