diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 96c7fd2..cb05fbe 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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 }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e072d38..6afe209 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }}