From ad2549a2bf3586c4a1dbb085390990136fa1066a Mon Sep 17 00:00:00 2001 From: breadbyte <14045257+breadbyte@users.noreply.github.com> Date: Sun, 22 Mar 2026 15:32:33 +0800 Subject: [PATCH] Update build-and-release.yml --- .github/workflows/build-and-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index fdc42201..dba44918 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -197,6 +197,7 @@ jobs: uses: actions/download-artifact@v4 with: path: artifacts/ + merge-multiple: true - name: Create Release uses: ncipollo/release-action@v1.14.0