fix(vm): Use matrix target path for ARM image listing

This commit is contained in:
CyberMind-FR 2026-03-18 08:09:31 +01:00
parent eb46c7128b
commit 19ee3b761d

View File

@ -728,7 +728,7 @@ jobs:
echo ""
echo "📦 Generated images:"
ls -lh bin/targets/x86/64/
ls -lh bin/targets/${{ matrix.target }}/ || ls -lh bin/targets/
- name: Convert to VM formats
run: |