update file output
Some checks failed
Build and Upload Multiple Debian RootFS Versions / build-debian-variants (bookworm) (push) Failing after 1m35s
Build and Upload Multiple Debian RootFS Versions / build-debian-variants (bullseye) (push) Failing after 1m22s
Build and Upload Multiple Debian RootFS Versions / build-debian-variants (buster) (push) Failing after 1m20s
Build and Upload Multiple Debian RootFS Versions / build-debian-variants (docker-build) (push) Failing after 2m25s

This commit is contained in:
2025-07-05 07:04:56 -07:00
parent 25b58c7e3a
commit b520428c16

View File

@@ -31,7 +31,9 @@ jobs:
bash base-image-script/debian-${{ matrix.version }}_pt1.sh
- name: List output archive
run: ls -lh *.tar.bz2
run: |
echo "[INFO] Looking for tarballs in workspace..."
find . -name '*.tar.bz2' -ls
- name: Clone and push to Gitea repo
run: |