test build info update & changelog 6
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been cancelled

This commit is contained in:
2025-07-09 13:05:13 -07:00
parent 1c00d6a925
commit 312c285f4c
4 changed files with 2 additions and 1 deletions

View File

@@ -289,7 +289,8 @@ jobs:
size_human=$(human_size "$size_bytes")
# Load SHA256 from file if available
SHA256=$(grep "$version/debian-$version.tar.bz2" ../sha256sums.txt | awk '{print $1}')
TARBALL_NAME="debian-$version.tar.bz2"
SHA256=$(grep "$TARBALL_NAME" ../sha256sums.txt | awk '{print $1}')
if [[ -z "$SHA256" ]]; then
SHA256="unknown"
fi