Sfoglia il codice sorgente

Update branch conditions in ak3zip-prep action

Removed condition for SM-X926 branch in action.yml.
jimsterino98 2 mesi fa
parent
commit
2594c594a2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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* || ${{ inputs.branch }} == SM-S931* || ${{ inputs.branch }} == SM-X926* || ${{ inputs.branch }} == SM-F741* ]]; then
+     if [[ ${{ inputs.branch }} == SM-S928B* || ${{ inputs.branch }} == SM-S931* || ${{ 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"