From d4e85a085fea6ca4858d14ca27564b812070480f Mon Sep 17 00:00:00 2001
From: Philipp Stadler <hello@phstadler.com>
Date: Sun, 21 Jul 2024 13:53:40 +0200
Subject: [PATCH] fix: prepare exists check

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 42ddd4c..f02b35a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,10 +12,10 @@ prepare:
       when: never
     - if: $CI_PIPELINE_SOURCE == "merge_request_event"
       exists:
-        - resources
+        - resources/*
     - if: $CI_COMMIT_TAG
       exists:
-        - resources
+        - resources/*
   script:
     - to-static-jsonp --fn hd resources/* -o .
   artifacts:
-- 
GitLab