Skip to content

Commit c8e1117

Browse files
committed
Download all generated artifacts
1 parent d7ee8d2 commit c8e1117

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/continuous-integration.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ jobs:
542542
- name: Upload Intermediate Benchmark Results
543543
uses: actions/upload-artifact@v3
544544
with:
545-
name: BenchmarkResult_${{ matrix.pretty }}
545+
name: ${{ matrix.pretty }}
546546
path: ${{ matrix.pretty }}
547547

548548
upload-benchmarks:
@@ -559,7 +559,6 @@ jobs:
559559
- name: Download Intermediate Benchmark Results
560560
uses: actions/download-artifact@v2
561561
with:
562-
name: BenchmarkResult_*
563562
path: BECHMARK_RESULTS
564563

565564
- name: Upload Benchmark Results

0 commit comments

Comments
 (0)