Эх сурвалжийг харах

Update build.yml

fixed syntax
jimsterino98 5 сар өмнө
parent
commit
af5578cc19

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

@@ -376,7 +376,7 @@ jobs:
           #  exit 1
           #fi
           
-          if [[ "${{ inputs.branch }}" == "SM-S928B-Oneui7" || "${{ inputs.branch }}" == "SM-S928B-Oneui8" ||  ]]; then
+          if [[ "${{ inputs.branch }}" == "SM-S928B-Oneui7" || "${{ inputs.branch }}" == "SM-S928B-Oneui8" ]]; then
             cp ./kernel_platform/sec/dist/Image "$ANYKERNEL3/Image"
           elif [[ "${{ inputs.branch }}" == "SM-S928B-Oneui6.1" ]]; then
             cp ./kernel_platform/out/msm-pineapple-pineapple-gki/dist/Image "$ANYKERNEL3/Image"