James McConnell 1 жил өмнө
parent
commit
b4129e6c82

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

@@ -268,7 +268,8 @@ jobs:
               ;;
             "NEXT")
               echo "Applying Manager patch for KernelSU Next..."
-              cp ../kernel_patches/next/manager.patch ./
+              cd KernelSU-Next
+              cp ../../kernel_patches/next/manager.patch ./
               ;;
             "MKSU")
               echo "Applying Manager patch for MKSU..."