File tree Expand file tree Collapse file tree 1 file changed +16
-13
lines changed Expand file tree Collapse file tree 1 file changed +16
-13
lines changed Original file line number Diff line number Diff line change @@ -170,21 +170,24 @@ jobs:
170170 runs-on : ubuntu-latest
171171 if : ${{ github.event_name != 'pull_request' }}
172172 needs : [benchmark-unix, benchmark-windows]
173+ steps :
174+ # Ubuntu
175+ - uses : actions/download-artifact@master
176+ with :
177+ name : ubuntu-latest-benchmark
178+ path : ./bench/
173179
174- - uses : actions/download-artifact@master
175- with :
176- name : ubuntu-latest-benchmark
177- path : ./bench/
178-
179- - uses : actions/download-artifact@master
180- with :
181- name : macos-latest-benchmark
182- path : ./bench/
180+ # MacOS
181+ - uses : actions/download-artifact@master
182+ with :
183+ name : macos-latest-benchmark
184+ path : ./bench/
183185
184- - uses : actions/download-artifact@master
185- with :
186- name : windows-2019-benchmark
187- path : ./bench/
186+ # Windows
187+ - uses : actions/download-artifact@master
188+ with :
189+ name : windows-2019-benchmark
190+ path : ./bench/
188191
189192 # Upload benchmark website artifacts
190193 - name : Upload benchmark artifact
You can’t perform that action at this time.
0 commit comments