dshdfgh
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Failing after 5m58s
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-08 20:46:33 -07:00
parent 1dd36ffafe
commit 0b4ac47b73

View File

@@ -59,6 +59,12 @@ jobs:
bash -c "ls -lh /output; ls -lh /; ls -lh /builder; /scripts/bootstrap-rootfs.sh \"$version\""
done
- name: Debug check host output files
run: |
echo "[DEBUG] Listing: ${{ env.OUTPUT_DIR }}"
ls -lah "${{ env.OUTPUT_DIR }}"
find "${{ env.OUTPUT_DIR }}" -type f
- name: Validate that archives exist for each version
run: |
IFS=' ' read -r -a versions <<< "$VERSIONS"