Skip to content

Commit 0bac1bb

Browse files
committed
util: CI add archive path to summary
Change-Id: I3213462466bb3701fd5c78bf371bdc8cfdcf9144
1 parent e7eb93c commit 0bac1bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/gem5-perf-template.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,11 @@ jobs:
216216
217217
echo "Performance data archived successfully"
218218
echo "Archive size: $(du -sh "$TARGET_DIR/spec_all.tar.gz" | cut -f1)"
219+
{
220+
echo "### Archive output"
221+
echo "- Path: \`$TARGET_DIR\`"
222+
echo "- Size: $(du -sh "$TARGET_DIR/spec_all.tar.gz" | cut -f1)"
223+
} >> $GITHUB_STEP_SUMMARY
219224
- name: Upload score artifact
220225
if: always()
221226
continue-on-error: true

0 commit comments

Comments
 (0)