We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717aa17 commit 95f3d54Copy full SHA for 95f3d54
1 file changed
.github/workflows/build-release.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
type: 'zip'
15
filename: 'FS25_Courseplay.zip'
16
- exclusions: '*.git* *.editorconfig *README* *LICENSE* test/* *.bat *.md Contributors.md'
+ exclusions: '*.git* *.editorconfig *README* *LICENSE* test/* *.bat scripts/*.bat *.md Contributors.md'
17
- name: Get Version
18
id: get_version
19
run: echo "version=$(grep '<version>' modDesc.xml | sed -e 's/<\/*version>//g' -e 's/^[ \t]*//')" >> $GITHUB_ENV
@@ -25,4 +25,4 @@ jobs:
25
name: 'Courseplay for FS25 v${{ env.version }}'
26
body: ${{ github.event.head_commit.message }}
27
generateReleaseNotes: 'true'
28
- skipIfReleaseExists: 'true'
+ skipIfReleaseExists: 'true'
0 commit comments