ci(artifact): artifact download pattern to release workflow (#525)

This commit is contained in:
DigHuang
2026-03-16 14:23:59 +08:00
committed by GitHub
Unverified
parent 0b15df25c9
commit af81700180

View File

@@ -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