Skip to content

Commit 2a43eca

Browse files
committed
[github-actions] combinining download artifacts
Signed-off-by: danbugs <[email protected]>
1 parent 16e47b5 commit 2a43eca

File tree

1 file changed

+3
-33
lines changed

1 file changed

+3
-33
lines changed

.github/workflows/CreateRelease.yml

Lines changed: 3 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -155,41 +155,11 @@ jobs:
155155
just tar-headers
156156
just tar-static-lib
157157
158-
- name: Download benchmarks (Windows hyperv amd)
158+
- name: Download all benchmarks
159159
uses: actions/download-artifact@v4
160160
with:
161-
name: benchmarks_Windows_none_amd
162-
path: benchmarks_Windows_none_amd
163-
164-
- name: Download benchmarks (Linux hyperv amd)
165-
uses: actions/download-artifact@v4
166-
with:
167-
name: benchmarks_Linux_hyperv_amd
168-
path: benchmarks_Linux_hyperv_amd
169-
170-
- name: Download benchmarks (Linux kvm amd)
171-
uses: actions/download-artifact@v4
172-
with:
173-
name: benchmarks_Linux_kvm_amd
174-
path: benchmarks_Linux_kvm_amd
175-
176-
- name: Download benchmarks (Windows hyperv intel)
177-
uses: actions/download-artifact@v4
178-
with:
179-
name: benchmarks_Windows_none_intel
180-
path: benchmarks_Windows_none_intel
181-
182-
- name: Download benchmarks (Linux hyperv intel)
183-
uses: actions/download-artifact@v4
184-
with:
185-
name: benchmarks_Linux_hyperv_intel
186-
path: benchmarks_Linux_hyperv_intel
187-
188-
- name: Download benchmarks (Linux kvm intel)
189-
uses: actions/download-artifact@v4
190-
with:
191-
name: benchmarks_Linux_kvm_intel
192-
path: benchmarks_Linux_kvm_intel
161+
pattern: benchmarks_*
162+
# note: artifacts retain their upload name, so we don't have to specify the path
193163

194164
- name: Archive benchmarks
195165
run: |

0 commit comments

Comments
 (0)