Răsfoiți Sursa

ci(build): add debug output for boot directory listing

Add temporary debug commands to list files in boot directory before copying
TheWildJames 1 an în urmă
părinte
comite
4f4b1e2f9f
1 a modificat fișierele cu 5 adăugiri și 0 ștergeri
  1. 5 0
      .github/workflows/build.yml

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

@@ -468,6 +468,11 @@ jobs:
         run: |
           mkdir bootimgs
 
+          echo "Listing files in boot directory:"
+          ls -la $CONFIG/common/out/arch/arm64/boot/
+          
+          exit
+            
           echo "Creating bootimgs folder and copying images..."
           cp $CONFIG/common/out/arch/arm64/boot/Image ./bootimgs
           cp $CONFIG/common/out/arch/arm64/boot/Image.lz4 ./bootimgs