From 8a26e61d870b4cc806391d81bc7db2798206f32f Mon Sep 17 00:00:00 2001 From: Willy Date: Thu, 9 Jan 2025 12:31:12 +0100 Subject: [PATCH] fix release step for v4 artifact format --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c2912978..97805fb4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -467,7 +467,7 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - pattern: binaries-* + pattern: binaries-*/* path: binaries - uses: ncipollo/release-action@v1 with: