From 2b91551f4e90be5dff5e68fc338a73b99ca8bcd3 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Fri, 3 Oct 2025 09:03:26 -0300 Subject: [PATCH] gitlab-ci: Complete cbe56ff3 --- .gitlab-ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5693d6083d..cf9926b4da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -581,14 +581,14 @@ gimp-win: - build\windows\2_build-gimp-msys2.ps1 artifacts: paths: - - gimp-$MSYSTEM_PREFIX/ - - _build-$MSYSTEM_PREFIX/meson-logs/meson-log.txt - - _build-$MSYSTEM_PREFIX/done-dll.list + - gimp-*/ + - _build-*/meson-logs/meson-log.txt + - _build-*/done-dll.list # Needed by dist-installer-weekly and dist-store-weekly - - _build-$MSYSTEM_PREFIX/config.h - - _build-$MSYSTEM_PREFIX/plug-ins/file_associations.list - - _build-$MSYSTEM_PREFIX/build/windows/installer/ - - _build-$MSYSTEM_PREFIX/build/windows/store/ + - _build-*/config.h + - _build-*/plug-ins/file_associations.list + - _build-*/build/windows/installer/ + - _build-*/build/windows/store/ expire_in: 2 days