From 451576fb5a2b1ff7e9ff787f7cc65ff8125a8f97 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Fri, 17 May 2019 13:20:50 +0200 Subject: [PATCH] Only upload needed artifacts --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb1f6ec..c230454 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,5 +17,8 @@ build: - squashfs-root/AppRun build/appdir/usr/share/applications/*.desktop -appimage artifacts: - untracked: true - expire_in: 30 days \ No newline at end of file + untracked: false + expire_in: 30 days + paths: + - Luppp-*.AppImage* + - build/meson-logs \ No newline at end of file