mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-11 18:54:43 +00:00
ci: fix syntax errors
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
id: create_release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: **\*.clz
|
||||
artifacts: '**\*.clz'
|
||||
generateReleaseNotes: false
|
||||
prerelease: false
|
||||
tag: ${{ github.event.release.tag_name }}
|
||||
|
||||
Reference in New Issue
Block a user