ci: rename artifact ISO
This commit is contained in:
parent
499a16637e
commit
061318cdaa
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ build-job: # This job runs in the build stage, which runs first.
|
||||||
script:
|
script:
|
||||||
- pacman -Scc
|
- pacman -Scc
|
||||||
- mkarchiso -v -w workdir/ -o out/ . || mkarchiso -v -w workdir/ -o out/ .
|
- mkarchiso -v -w workdir/ -o out/ . || mkarchiso -v -w workdir/ -o out/ .
|
||||||
|
- mv out/* blendOS.iso
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- out/*
|
- blendOS.iso
|
||||||
|
|
Loading…
Reference in a new issue