Explorar o código

Update build.yml

fixed apply hooks if for 926b... had it as 916b
jimsterino98 hai 9 meses
pai
achega
364ed7929e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/build.yml

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

@@ -215,7 +215,7 @@ jobs:
           cd "$COMMON"
           cp "$KERNEL_PATCHES/wild/hooks/scope_min_manual_hooks_v1.4.patch" ./         
           
-          if [[ "${{ inputs.branch }}" == "SM-A366B" || "${{ inputs.branch }}" == "SM-A546B-Oneui7" || "${{ inputs.branch }}" == "SM-A566B" || "${{ inputs.branch }}" == "SM-S916B-Oneui8" ]]; then
+          if [[ "${{ inputs.branch }}" == "SM-A366B" || "${{ inputs.branch }}" == "SM-A546B-Oneui7" || "${{ inputs.branch }}" == "SM-A566B" || "${{ inputs.branch }}" == "SM-S926B-Oneui8" ]]; then
            patch -p1 < scope_min_manual_hooks_v1.4.patch || true
           else
            patch -p1 < scope_min_manual_hooks_v1.4.patch || true