ci(artifact): artifact download pattern to release workflow (#525)
This commit is contained in:
committed by
GitHub
Unverified
parent
0b15df25c9
commit
af81700180
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user