瀏覽代碼

fix for last commit

TheWildJames 1 月之前
父節點
當前提交
8a0e1dcd33
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/actions/susfs-setup/action.yml

+ 2 - 2
.github/actions/susfs-setup/action.yml

@@ -32,6 +32,6 @@ runs:
 
         cd susfs4ksu
 
-        patch -p1 < "${{ github.workspace }}/kernel_patche/pershoot/susfs4ksu/0001-pershoot-Allow-core-to-be-built-with-no-features.patch"
-        patch -p1 < "${{ github.workspace }}/kernel_patche/pershoot/susfs4ksu/0002-pershoot-Implement-SuSFS-and-Toolkit-coexistence.patch"
+        patch -p1 < "${{ github.workspace }}/kernel_patches/pershoot/susfs4ksu/0001-pershoot-Allow-core-to-be-built-with-no-features.patch"
+        patch -p1 < "${{ github.workspace }}/kernel_patches/pershoot/susfs4ksu/0002-pershoot-Implement-SuSFS-and-Toolkit-coexistence.patch"