From ab18c0da5a9b55a0a8f2c8d40adfc275215b065f Mon Sep 17 00:00:00 2001 From: Grzegorz Latosinski Date: Tue, 17 Jan 2023 22:00:12 +0100 Subject: [PATCH] .ci.yml: Added specific paths for artifacts Signed-off-by: Grzegorz Latosinski --- .ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.ci.yml b/.ci.yml index 5709f60..9d1f612 100644 --- a/.ci.yml +++ b/.ci.yml @@ -11,9 +11,9 @@ simple_test: artifacts: when: always paths: - - "*.svg" - - "*.png" - - "*.ascii" - - "*.html" - - "*.txt" - - "*.log" + - "plot.svg" + - "plot.png" + - "plot.ascii" + - "plot.html" + - "example.log" + - "example.txt"