소스 검색

ci: fix path in KSU integration patch workflow

Correct the path in the workflow file to properly locate the Wild_KSU directory when applying patches
TheWildJames 11 달 전
부모
커밋
009b2cadc5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/build.yml

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

@@ -226,7 +226,7 @@ jobs:
           fi
 
           # Apply KSU integration patches
-          cd ./Wild_KSU
+          cd ../Wild_KSU
           cp ../../susfs4ksu/kernel_patches/KernelSU/10_enable_susfs_for_ksu.patch .
           patch -p1 < 10_enable_susfs_for_ksu.patch || true