gitlab-ci: Complete cbe56ff3

This commit is contained in:
Bruno Lopes 2025-10-03 09:03:26 -03:00
parent cbe56ff388
commit 2b91551f4e
No known key found for this signature in database

View file

@ -581,14 +581,14 @@ gimp-win:
- build\windows\2_build-gimp-msys2.ps1 - build\windows\2_build-gimp-msys2.ps1
artifacts: artifacts:
paths: paths:
- gimp-$MSYSTEM_PREFIX/ - gimp-*/
- _build-$MSYSTEM_PREFIX/meson-logs/meson-log.txt - _build-*/meson-logs/meson-log.txt
- _build-$MSYSTEM_PREFIX/done-dll.list - _build-*/done-dll.list
# Needed by dist-installer-weekly and dist-store-weekly # Needed by dist-installer-weekly and dist-store-weekly
- _build-$MSYSTEM_PREFIX/config.h - _build-*/config.h
- _build-$MSYSTEM_PREFIX/plug-ins/file_associations.list - _build-*/plug-ins/file_associations.list
- _build-$MSYSTEM_PREFIX/build/windows/installer/ - _build-*/build/windows/installer/
- _build-$MSYSTEM_PREFIX/build/windows/store/ - _build-*/build/windows/store/
expire_in: 2 days expire_in: 2 days