From 061318cdaa084ea54279ae8861fd9bbcf5b214d8 Mon Sep 17 00:00:00 2001 From: Rudra Saraswat Date: Sun, 2 Jun 2024 13:18:34 +0000 Subject: [PATCH] ci: rename artifact ISO --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31e671a..69f8399 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ build-job: # This job runs in the build stage, which runs first. script: - pacman -Scc - mkarchiso -v -w workdir/ -o out/ . || mkarchiso -v -w workdir/ -o out/ . + - mv out/* blendOS.iso artifacts: paths: - - out/* - + - blendOS.iso \ No newline at end of file