dfghjddjf
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 4m41s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Has been skipped
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 07:05:58 -07:00
parent 3ab896dc9f
commit d1f2541cae

View File

@@ -58,13 +58,8 @@ jobs:
- name: Verify tarball exists on host - name: Verify tarball exists on host
run: | run: |
if [ -d "${{ env.OUTPUT_DIR }}" ]; then echo "[INFO] Verifying tarballs in ${{ env.OUTPUT_DIR }}"
echo "[INFO] Contents of output directory:" find "${{ env.OUTPUT_DIR }}" -type f -name '*.tar.bz2' -exec ls -lh {} \;
ls -lR "${{ env.OUTPUT_DIR }}"
else
echo "[ERROR] Output directory does not exist."
exit 1
fi
- name: Check output folder permissions - name: Check output folder permissions
run: | run: |