From bddc2cdc7983784c7ff980329ab55afbcd2bf5d3 Mon Sep 17 00:00:00 2001 From: William Bell <62452284+Ugric@users.noreply.github.com> Date: Sat, 16 Aug 2025 01:06:06 +0100 Subject: [PATCH] fix release to merge multiple --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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