From 7ea41439fca7c42534f48d7c1d66d6993c423a0e Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Tue, 14 May 2024 00:19:03 +0100 Subject: [PATCH] Revert "ci: see if wildcards need to be used" This reverts commit 873dc86fd3193b3299210a9e3481c85e798a0513. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2e2051..44757e4 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