Преглед на файлове

Update Bazel file check to include alternative path

jimsterino98 преди 2 месеца
родител
ревизия
948e6a20bf
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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