소스 검색

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