Skip to content

Commit c29ca16

Browse files
stefankieszUbuntu
authored andcommitted
Add upload step for artifact
1 parent 8dfc3ab commit c29ca16

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
@@ -448,5 +448,11 @@ jobs:
448448
--title "Memory and CPU Usage (Benchmarking ${COMMIT_HASH})\n Ubuntu, Java 11" \
449449
--output "benchmarking-mem-cpu.png" \
450450
"${KEY_POINTS_ARGS[@]}"
451-
452451
shell: bash
452+
453+
- name: Upload memory and CPU graph (Mac and Linux)
454+
uses: actions/upload-artifact@v4
455+
with:
456+
name: benchmarking-mem-cpu.png
457+
path: benchmarking-mem-cpu.png
458+
retention-days: 7

0 commit comments

Comments
 (0)