Răsfoiți Sursa

Add condition for SM-X926B-Oneui6.1 branch

jimsterino98 3 luni în urmă
părinte
comite
9482f38896
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  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