Przeglądaj źródła

Update Bazel file check to include alternative path

jimsterino98 2 miesięcy temu
rodzic
commit
948e6a20bf
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/actions/ak3zip-prep/action.yml

+ 1 - 1
.github/actions/ak3zip-prep/action.yml

@@ -30,7 +30,7 @@ runs:
      # ==========================================
      # PHASE 1: DIRECT BAZEL DEPENDENCY QUERY (SMART)
      # ==========================================
-     if [ -f "kernel_platform/tools/bazel" ]; then
+     if [[ -f "tools/bazel" || -f "kernel_platform/tools/bazel" ]]; then
          echo "Bazel detected. Querying for target: //common:kernel_aarch64 ($target_name)..."
          
          # 1. Gather all files matching the target name into an array