fix(ci): add debug step to list incoming package files

This commit is contained in:
kolaente 2026-04-12 19:56:03 +02:00
parent 20deac2ce1
commit ab6cdf91eb
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 9 additions and 0 deletions

View File

@ -245,6 +245,15 @@ jobs:
cp dist/repo-work/incoming-desktop/*."$ext" dist/repo-work/incoming/ 2>/dev/null || true
done
- name: Debug - list incoming files
run: |
echo "=== incoming directory ==="
ls -lah dist/repo-work/incoming/ || true
echo "=== incoming-desktop directory ==="
ls -lah dist/repo-work/incoming-desktop/ || true
echo "=== file types ==="
file dist/repo-work/incoming/* || true
- name: Install repository tools
run: |
sudo apt-get update