Prechádzať zdrojové kódy

Update branch condition for kernel image processing

jimsterino98 2 mesiacov pred
rodič
commit
39e6c1dcc1
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      .github/actions/ak3zip-prep/action.yml

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

@@ -14,7 +14,7 @@ runs:
     run: |
      cd "$CONFIG"
 
-     if [[ ${{ inputs.branch }} == SM-S928B* ]]; then
+     if [[ ${{ inputs.branch }} == SM-S928B* || ${{ inputs.branch }} == SM-S931* || ${{ inputs.branch }} == SM-X926* || ${{ inputs.branch }} == SM-F741* ]]; then
       KERNEL_IMAGE=$(find kernel_platform/out -type f -path "*_kbuild_mixed_tree/Image" | head -n1)
       echo "$KERNEL_IMAGE"
       cp "$KERNEL_IMAGE" "$ANYKERNEL3/Image"