Browse Source

Copy kernel image to AnyKernel3 directory

jimsterino98 2 tháng trước cách đây
mục cha
commit
f55e276e86
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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