dfgsfg
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Successful in 8m7s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Failing after 35s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been skipped

This commit is contained in:
2025-07-07 12:09:04 -07:00
parent 478fb0fc3a
commit 9f681468fa

View File

@@ -38,6 +38,9 @@ jobs:
fithwum/debian-$version-base \ fithwum/debian-$version-base \
bash base-image-script/debian-${version}_pt1.sh bash base-image-script/debian-${version}_pt1.sh
echo "[DEBUG] Host contents after docker run for $version:" && \
find . -maxdepth 2 -type f -name "*.tar.bz2" -print
# Auto-detect output tarball and move it if needed # Auto-detect output tarball and move it if needed
expected_path="./$version/debian-$version.tar.bz2" expected_path="./$version/debian-$version.tar.bz2"
fallback_path="./debian-$version.tar.bz2" fallback_path="./debian-$version.tar.bz2"