ci: Put gtk dll into an archive

This avoids the wild card that makes the CI fail
This commit is contained in:
Guido Günther 2022-01-19 16:37:36 +01:00
parent 68985d42bb
commit 46f1e4c414
2 changed files with 3 additions and 1 deletions

View File

@ -160,7 +160,7 @@ msys2-mingw64:
when: always
expose_as: 'Windows DLL (MSYS2 64 bit toolchain)'
paths:
- "${CI_PROJECT_DIR}/_build/gtk/libgtk*.dll"
- "${CI_PROJECT_DIR}/_build/gtkdll.tar.gz"
macos:
extends: .only-default

View File

@ -73,3 +73,5 @@ unset CCACHE_DISABLE
ninja -C _build
ccache --show-stats
tar zcf _build/gtkdll.tar.gz _build/gtk/libgtk*.dll