From 873dc86fd3193b3299210a9e3481c85e798a0513 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Tue, 14 May 2024 00:06:48 +0100 Subject: [PATCH] ci: see if wildcards need to be used --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44757e4..e2e2051 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,7 @@ handovers: artifacts: name: "Handovers" paths: - - Committee/_Handovers_pdf/ + - Committee/_Handovers_pdf/* - Committee/errors.log @@ -45,5 +45,5 @@ minutes: artifacts: name: "Minutes" paths: - - Minutes_pdf/ + - Minutes_pdf/* - errors.log