瀏覽代碼

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