Update build.yml

Signed-off-by: Michal <michal@tar.black>
main
Michal 2 years ago committed by GitHub
parent 8c46c5b985
commit 3d3224a44e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,7 +35,7 @@ jobs:
# Build ISO and rename to match BUILD_DATE
bash build.sh --build-iso
if [[ ! "$(ls *.iso)" == "crystal-live-${BUILD_DATE}-x86_64.iso ]]; then
if [[ ! "$(ls *.iso)" == "crystal-live-${BUILD_DATE}-x86_64.iso" ]]; then
mv *.iso crystal-live-${BUILD_DATE}-x86_64.iso
fi
md5sum *.iso > MD5SUM-iso

Loading…
Cancel
Save