We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe5e86 commit 304cddcCopy full SHA for 304cddc
.github/workflows/ci.yml
@@ -92,7 +92,7 @@ jobs:
92
- name: Upload Pages Artifact
93
uses: actions/upload-artifact@v4
94
with:
95
- name: allocator-benchmark-results # Name of the downloadable ZIP file
+ name: downloadable-benchmark-results # Renamed to prevent conflict
96
path: gh-pages-output/ # Path to the folder to zip and upload
97
retention-days: 7 # Keep for one week
98
@@ -105,7 +105,6 @@ jobs:
105
- name: Upload Job Artifacts (Graphs & JSON Download)
106
uses: actions/upload-pages-artifact@v3
107
108
- name: allocator-benchmark-results
109
path: gh-pages-output/
110
111
0 commit comments