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