Ver código fonte

Update action.yml

jimsterino98 4 meses atrás
pai
commit
056fa96ec6
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/actions/ak3zip-prep/action.yml

+ 1 - 1
.github/actions/ak3zip-prep/action.yml

@@ -27,7 +27,7 @@ runs:
        cp ./arch/arm64/boot/Image "$ANYKERNEL3/Image"
      elif [[ "${{ inputs.branch }}" == "SM-A566B" ]]; then
        cp ./kernel-6.6/out/arch/arm64/boot/Image "$ANYKERNEL3/Image"
-     elif [[ "${{ inputs.branch }}" == "SM-S926B-Oneui8" ]]; then
+     elif [[ ${{ inputs.branch }} == SM-S926B* ]]; then
        cp ./out/s5e9945_user/dist/Image "$ANYKERNEL3/Image"
      elif [[ ${{ inputs.branch }} == SM-A556* ]]; then
        cp ./out/s5e8845_user/dist/Image "$ANYKERNEL3/Image"