Skip to content

Commit

Permalink
[github-actions] combinining download artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: danbugs <danilochiarlone@gmail.com>
  • Loading branch information
danbugs committed Nov 7, 2024
1 parent 94471c9 commit 56d91eb
Showing 1 changed file with 3 additions and 33 deletions.
36 changes: 3 additions & 33 deletions .github/workflows/CreateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,41 +155,11 @@ jobs:
just tar-headers
just tar-static-lib
- name: Download benchmarks (Windows hyperv amd)
- name: Download all benchmarks
uses: actions/download-artifact@v4
with:
name: benchmarks_Windows_none_amd
path: benchmarks_Windows_none_amd

- name: Download benchmarks (Linux hyperv amd)
uses: actions/download-artifact@v4
with:
name: benchmarks_Linux_hyperv_amd
path: benchmarks_Linux_hyperv_amd

- name: Download benchmarks (Linux kvm amd)
uses: actions/download-artifact@v4
with:
name: benchmarks_Linux_kvm_amd
path: benchmarks_Linux_kvm_amd

- name: Download benchmarks (Windows hyperv intel)
uses: actions/download-artifact@v4
with:
name: benchmarks_Windows_none_intel
path: benchmarks_Windows_none_intel

- name: Download benchmarks (Linux hyperv intel)
uses: actions/download-artifact@v4
with:
name: benchmarks_Linux_hyperv_intel
path: benchmarks_Linux_hyperv_intel

- name: Download benchmarks (Linux kvm intel)
uses: actions/download-artifact@v4
with:
name: benchmarks_Linux_kvm_intel
path: benchmarks_Linux_kvm_intel
pattern: benchmarks_*
# note: artifacts retain their upload name, so we don't have to specify the path

- name: Archive benchmarks
run: |
Expand Down

0 comments on commit 56d91eb

Please sign in to comment.