Add checksums

This commit is contained in:
Asterisk 2024-08-11 21:52:16 +00:00
parent 35fda9f446
commit feefe02b39

View file

@ -26,7 +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/ . - mkarchiso -v -w workdir/ -o out/ . || mkarchiso -v -w workdir/ -o out/ .
- mv out/* blendOS.iso - mv out/* blendOS.iso
- echo $CI_COMMIT_SHA > version - echo $CI_COMMIT_SHA > version
- sha256sum blendOS.iso > checksum.txt
artifacts: artifacts:
paths: paths:
- blendOS.iso - blendOS.iso
- version - version
- checksum.txt