We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c2b1d commit ab36766Copy full SHA for ab36766
.github/workflows/continuous-integration.yaml
@@ -570,6 +570,12 @@ jobs:
570
run: |
571
cd IntermediateBenchmarkResults
572
tree
573
+
574
+ - name: Upload Intermediate Benchmark Results
575
+ uses: actions/upload-artifact@v3
576
+ with:
577
+ name: IntermediateBenchmarkResults
578
+ path: IntermediateBenchmarkResults
579
580
- name: Auto-Generate Benchmark Documentation
581
@@ -585,12 +591,6 @@ jobs:
585
591
cd BenchmarkDocumentation
586
592
587
593
588
- - name: Upload Intermediate Benchmark Results
589
- uses: actions/upload-artifact@v3
590
- with:
- name: IntermediateBenchmarkResults
- path: IntermediateBenchmarkResults
-
594
- name: Upload Benchmark Documentation
595
uses: actions/upload-artifact@v3
596
with:
0 commit comments