From 0b4ac47b73d8457c2e91d63f158467a4f6939bb4 Mon Sep 17 00:00:00 2001 From: fithwum Date: Tue, 8 Jul 2025 20:46:33 -0700 Subject: [PATCH] dshdfgh --- .gitea/workflows/base-build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/base-build.yml b/.gitea/workflows/base-build.yml index 6eaa58d..c557094 100644 --- a/.gitea/workflows/base-build.yml +++ b/.gitea/workflows/base-build.yml @@ -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"