Просмотр исходного кода

ci(build): add ls command to debug boot image copying

Add ls command to verify the contents of the boot directory before copying images, helping to diagnose potential build issues
TheWildJames 1 год назад
Родитель
Сommit
a0a9b57ac6
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      .github/workflows/build.yml

+ 4 - 0
.github/workflows/build.yml

@@ -428,6 +428,10 @@ jobs:
         run: |
           mkdir bootimgs
 
+          cd $CONFIG/common/out/arch/arm64/boot/
+          ls -a
+          cd ../$CONFIG
+
           echo "Creating bootimgs folder and copying images..."
           cp $CONFIG/common/out/arch/arm64/boot/Image* ./bootimgs