Skip to content

Commit 284dffc

Browse files
committed
Add upload step for artifact
1 parent 72f21a9 commit 284dffc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,5 +476,11 @@ jobs:
476476
--title "Memory and CPU Usage (Benchmarking ${COMMIT_HASH})\n Ubuntu, Java 11" \
477477
--output "benchmarking-mem-cpu.png" \
478478
"${KEY_POINTS_ARGS[@]}"
479-
480479
shell: bash
480+
481+
- name: Upload memory and CPU graph (Mac and Linux)
482+
uses: actions/upload-artifact@v4
483+
with:
484+
name: benchmarking-mem-cpu.png
485+
path: benchmarking-mem-cpu.png
486+
retention-days: 7

0 commit comments

Comments
 (0)