diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2cddb0..edf31a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -150,6 +150,7 @@ jobs: uses: actions/download-artifact@v4 with: path: ./artifacts + merge-multiple: true - name: Create GitHub Release uses: ncipollo/release-action@v1 @@ -159,4 +160,4 @@ jobs: body: Automated release based on tag ${{ github.ref_name }} draft: false prerelease: ${{ startsWith(github.ref_name, 'prerelease-') }} - artifacts: "./artifacts/**/*" \ No newline at end of file + artifacts: "./artifacts/*" \ No newline at end of file