Skip to content

Commit ab36766

Browse files
committed
Update CI
1 parent 28c2b1d commit ab36766

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/continuous-integration.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,12 @@ jobs:
570570
run: |
571571
cd IntermediateBenchmarkResults
572572
tree
573+
574+
- name: Upload Intermediate Benchmark Results
575+
uses: actions/upload-artifact@v3
576+
with:
577+
name: IntermediateBenchmarkResults
578+
path: IntermediateBenchmarkResults
573579

574580
- name: Auto-Generate Benchmark Documentation
575581
run: |
@@ -585,12 +591,6 @@ jobs:
585591
cd BenchmarkDocumentation
586592
tree
587593
588-
- name: Upload Intermediate Benchmark Results
589-
uses: actions/upload-artifact@v3
590-
with:
591-
name: IntermediateBenchmarkResults
592-
path: IntermediateBenchmarkResults
593-
594594
- name: Upload Benchmark Documentation
595595
uses: actions/upload-artifact@v3
596596
with:

0 commit comments

Comments
 (0)