瀏覽代碼

Copy kernel image to AnyKernel3 directory

jimsterino98 2 月之前
父節點
當前提交
f55e276e86
共有 1 個文件被更改,包括 1 次插入0 次删除
  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