rename checksum.txt
This commit is contained in:
parent
feefe02b39
commit
6da165dacd
1 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,9 @@ build-job: # This job runs in the build stage, which runs first.
|
|||
- mkarchiso -v -w workdir/ -o out/ . || mkarchiso -v -w workdir/ -o out/ .
|
||||
- mv out/* blendOS.iso
|
||||
- echo $CI_COMMIT_SHA > version
|
||||
- sha256sum blendOS.iso > checksum.txt
|
||||
- sha256sum blendOS.iso > checksum
|
||||
artifacts:
|
||||
paths:
|
||||
- blendOS.iso
|
||||
- version
|
||||
- checksum.txt
|
||||
- checksum
|
Loading…
Add table
Reference in a new issue