From 97416a95b7219f4ae01dbda5fd64417faee7b489 Mon Sep 17 00:00:00 2001 From: Kristen McWilliam Date: Thu, 15 Jan 2026 14:14:45 -0500 Subject: [PATCH] ci: add artifacts to successful jobs This allows downloading build artifacts from GitLab UI after a successful pipeline run, so we can download the images for testing. --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6199c4b..afedbe6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,10 +35,13 @@ imaging: # Upload all images to Harald. You can grab them at http://images.kde-linux.haraldsitter.eu/ - ./upload-to-harald.sh || true artifacts: &artifacts + name: "kde-linux-${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA}" expire_in: 4 weeks when: always paths: - - "**/erofs.log" + - "erofs.log" + - "kde-linux_*.raw" + - "kde-linux_*.efi" imaging+publish: stage: start