Browse Source

Github Actions: Added specific paths for artifacts

Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
pull/1/head
Grzegorz Latosinski 3 years ago
parent
commit
e5f4a4df09
  1. 12
      .github/workflows/test.yml

12
.github/workflows/test.yml

@ -26,9 +26,9 @@ jobs:
with:
name: sargraph-sample-graphs
path: |
*.svg
*.png
*.ascii
*.html
*.txt
*.log
plot.svg
plot.png
plot.ascii
plot.html
example.txt
example.log

Loading…
Cancel
Save