Ver código fonte

Copy kernel image to AnyKernel3 directory

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

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

@@ -40,6 +40,7 @@ runs:
            if [ -f "$file" ] && [[ "$file" != *".git"* ]]; then
                KERNEL_IMAGE="$file"
                priority_found=true
+               cp "$KERNEL_IMAGE" "$ANYKERNEL3/$target_name"
                break 3 # Lock in and break out of all three loops immediately
            fi
           done