Skip to content

Commit 2ab6210

Browse files
authored
Merge pull request chipsalliance#162 from antmicro/add_ci_plot
CI: add CPU/ram usage plot to artifacts
2 parents 2ebab99 + 7db3624 commit 2ab6210

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
uses: actions/upload-artifact@v2
4040
with:
4141
name: binaries
42-
path: binaries.tar
42+
path: |
43+
binaries.tar
44+
**/plot_*.svg
4345
4446
generate-matrix-yosys:
4547
runs-on: [self-hosted, Linux, X64]

0 commit comments

Comments
 (0)