瀏覽代碼

Add condition for SM-X926B-Oneui6.1 branch

jimsterino98 3 月之前
父節點
當前提交
9482f38896
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/actions/env-variables/action.yml

+ 2 - 0
.github/actions/env-variables/action.yml

@@ -44,6 +44,8 @@ runs:
        COMMON="$CONFIG/kernel"
      elif [[ "${{ inputs.branch }}" == "SM-A075M-Oneui7" ]]; then
        COMMON="$CONFIG/kernel-5.10"
+     elif [[ "${{ inputs.branch }}" == "SM-X926B-Oneui6.1" ]]; then
+       COMMON="$CONFIG/kernel-6.1"
      else
        COMMON="$CONFIG/kernel_platform/common"
      fi