From 3b27bf103169aa73aa9e5e8aebc2d93bf99ecc0d Mon Sep 17 00:00:00 2001 From: BLCK <123077751+BLCK-B@users.noreply.github.com> Date: Sat, 9 May 2026 17:41:16 +0200 Subject: [PATCH] artifact name pattern --- .github/workflows/Distribution.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Distribution.yml b/.github/workflows/Distribution.yml index 03b1659..39e4f9b 100644 --- a/.github/workflows/Distribution.yml +++ b/.github/workflows/Distribution.yml @@ -101,7 +101,7 @@ jobs: uses: actions/download-artifact@v4 with: path: downloaded - pattern: "*-latest" + pattern: "*-" merge-multiple: true - name: Release uses: softprops/action-gh-release@v2