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.
This commit is contained in:
Kristen McWilliam
2026-01-15 14:14:45 -05:00
parent f580b1d6a9
commit 97416a95b7

View File

@@ -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