فهرست منبع

Fix variable name from KERNEL_VER to KERNEL_VERSION

jimsterino98 1 ماه پیش
والد
کامیت
c3e32068fb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/actions/build/action.yml

+ 1 - 1
.github/actions/build/action.yml

@@ -32,7 +32,7 @@ runs:
       sed -i '/drivers\/net\/usb\/smsc75xx\.ko/d;/drivers\/net\/usb\/smsc95xx\.ko/d' kernel_platform/common/modules.bzl
       chmod +x build_kernel_GKI.sh
       ./build_kernel_GKI.sh || true
-     elif [[ $KERNEL_VER == 6.* ]]; then
+     elif [[ $KERNEL_VERSION == 6.* ]]; then
       chmod +x build_kernel_GKI.sh
       ./build_kernel_GKI.sh || true
      elif [[ -d kernel_platform ]]; then