update build.yml to first mv tarball then create checksum

Signed-off-by: axtloss <axtlos@tar.black>
main
axtloss 2 years ago committed by GitHub
parent 3df42f0883
commit ff5c2373e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -46,8 +46,8 @@ jobs:
# Likewise, but for the rootfs
bash build.sh --build-bootstrap
md5sum *.tar.gz > MD5SUM-rootfs
mv *.tar.gz crystal-rootfs-${BUILD_DATE}-x86_64.tar.gz
md5sum *.tar.gz > MD5SUM-rootfs
# Set upload name to BUILD_DATE
echo "::set-output name=date::${BUILD_DATE}"

Loading…
Cancel
Save