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