From af81700180031e5abd1deea4d4400df462178a7e Mon Sep 17 00:00:00 2001 From: DigHuang <114602213+DigHuang@users.noreply.github.com> Date: Mon, 16 Mar 2026 14:23:59 +0800 Subject: [PATCH] ci(artifact): artifact download pattern to release workflow (#525) --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f04c3af0d..d347e5c48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -151,6 +151,7 @@ jobs: uses: actions/download-artifact@v4 with: path: release-artifacts + pattern: release-* - name: List all downloaded artifacts run: | @@ -243,6 +244,7 @@ jobs: uses: actions/download-artifact@v4 with: path: release-artifacts + pattern: release-* - name: Extract version and channel id: version