Explorar el Código

Update action.yml

added _user to priority path
jimsterino98 hace 2 meses
padre
commit
82bb0099db
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/actions/ak3zip-prep/action.yml

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

@@ -31,7 +31,7 @@ runs:
      # ==========================================
      # PHASE 1: DIRECT BAZEL DEPENDENCY QUERY (SMART)
      # ==========================================
-     for priority in "kbuild_mixed_tree" "dist" "boot" "kernel_aarch64" ".user"; do
+     for priority in "kbuild_mixed_tree" "dist" "kernel_aarch64" ".user" "_user" "boot"; do
       for root in "${search_roots[@]}"; do
        if [ -d "$root" ]; then