Ver código fonte

Update build.yml

James McConnell 1 ano atrás
pai
commit
b4129e6c82
1 arquivos alterados com 2 adições e 1 exclusões
  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..."