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