diff --git a/.gitea/workflows/base-build.yml b/.gitea/workflows/base-build.yml index 8489618..df1ec14 100644 --- a/.gitea/workflows/base-build.yml +++ b/.gitea/workflows/base-build.yml @@ -56,6 +56,11 @@ jobs: # bash -eux /scripts/bootstrap-rootfs.sh "$version" done + - name: Debug Output + run: | + echo "Inside container:" + ls -lah /mnt/user/git/act_runner_output + - name: Validate that archives exist for each version run: | IFS=' ' read -r -a versions <<< "$VERSIONS"