Browse Source

Update build.yml

James McConnell 1 year ago
parent
commit
b4129e6c82
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/build.yml

+ 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..."