mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-09 09:44:52 +00:00
ci: fix syntax errors
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -73,7 +73,7 @@ jobs:
|
||||
contains(steps.setVersion.outputs.version, 'beta')
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: **\*.clz
|
||||
artifacts: '**\*.clz'
|
||||
generateReleaseNotes: true
|
||||
prerelease: ${{contains('debug', env.BUILD_TYPE)}}
|
||||
tag: ${{ steps.setVersion.outputs.version }}
|
||||
|
||||
Reference in New Issue
Block a user