release.sh: print sha256 hash of manifest file

This commit is contained in:
Boris Nagaev 2025-09-28 12:20:03 -03:00
parent ec53b0d2d4
commit 2f3edb913b
No known key found for this signature in database

View file

@ -251,6 +251,7 @@ done
cd "$ARTIFACTS_DIR"
green "- Producing manifest-$TAG.txt"
shasum -a 256 * > manifest-$TAG.txt
shasum -a 256 manifest-$TAG.txt
cd ..
green "- Moving artifacts directory to final place ${FINAL_ARTIFACTS_DIR}"