From e5f4a4df09cf6f2081a9f1f7065ea3687bcb2cdb Mon Sep 17 00:00:00 2001 From: Grzegorz Latosinski Date: Tue, 17 Jan 2023 22:00:33 +0100 Subject: [PATCH] Github Actions: Added specific paths for artifacts Signed-off-by: Grzegorz Latosinski --- .github/workflows/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1b24418..ef73a23 100644 --- a/.github/workflows/test.yml +++ b/.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