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
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: release-artifacts
|
path: release-artifacts
|
||||||
|
pattern: release-*
|
||||||
|
|
||||||
- name: List all downloaded artifacts
|
- name: List all downloaded artifacts
|
||||||
run: |
|
run: |
|
||||||
@@ -243,6 +244,7 @@ jobs:
|
|||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: release-artifacts
|
path: release-artifacts
|
||||||
|
pattern: release-*
|
||||||
|
|
||||||
- name: Extract version and channel
|
- name: Extract version and channel
|
||||||
id: version
|
id: version
|
||||||
|
|||||||
Reference in New Issue
Block a user