From e1b80b42d910f2fe87c63fc9b49cec40df877b2a Mon Sep 17 00:00:00 2001 From: William Bell <62452284+Ugric@users.noreply.github.com> Date: Sat, 16 Aug 2025 01:02:48 +0100 Subject: [PATCH] fix make release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 89ade8a..d2cddb0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -159,4 +159,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