Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
a0a9b57ac6
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  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