Kaynağa Gözat

ci: update workflow configs and build script paths

- Rename workflow title for brevity
- Fix BUILD.bazel path in build script
TheWildJames 9 ay önce
ebeveyn
işleme
be48d19f40

+ 1 - 1
.github/workflows/build.yml

@@ -410,7 +410,7 @@ jobs:
           
           # Remove check_defconfig
           if [[ "${{ inputs.android_version }}" == "android16" && "${{ inputs.kernel_version }}" == "6.12" ]]; then
-            sed -i 's/check_defconfig_minimized = True/check_defconfig_minimized = False/' ./common/BAZEL.build
+            sed -i 's/check_defconfig_minimized = True/check_defconfig_minimized = False/' ./common/BUILD.bazel
           else
             sed -i 's/check_defconfig//' ./common/build.config.gki
           fi

+ 1 - 1
.github/workflows/kernel-a16-612.yml

@@ -1,4 +1,4 @@
-name: Kernel Config - Android 16 6.12
+name: Kernel Config - A16 6.12
 
 permissions:
   contents: write