소스 검색

Update build.yml

James McConnell 1 년 전
부모
커밋
3ff707af42
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -286,7 +286,7 @@ jobs:
           cd "$CONFIG"
           case "${{ inputs.kernelsu_variant }}" in
             "WILD")
-              echo "Applying Manager patch for Official KernelSU..."
+              echo "Applying Manager patch for Wild KSU..."
               cd Wild_KSU
               cp ../../kernel_patches/wild/manager.patch ./
               ;;