mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-13 12:36:38 +00:00
ci: fix syntax errors
This commit is contained in:
parent
4f4d7a351f
commit
8a2ba343f0
2 changed files with 2 additions and 2 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -73,7 +73,7 @@ jobs:
|
||||||
contains(steps.setVersion.outputs.version, 'beta')
|
contains(steps.setVersion.outputs.version, 'beta')
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts: **\*.clz
|
artifacts: '**\*.clz'
|
||||||
generateReleaseNotes: true
|
generateReleaseNotes: true
|
||||||
prerelease: ${{contains('debug', env.BUILD_TYPE)}}
|
prerelease: ${{contains('debug', env.BUILD_TYPE)}}
|
||||||
tag: ${{ steps.setVersion.outputs.version }}
|
tag: ${{ steps.setVersion.outputs.version }}
|
||||||
|
|
|
||||||
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
||||||
id: create_release
|
id: create_release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts: **\*.clz
|
artifacts: '**\*.clz'
|
||||||
generateReleaseNotes: false
|
generateReleaseNotes: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
tag: ${{ github.event.release.tag_name }}
|
tag: ${{ github.event.release.tag_name }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue