Procházet zdrojové kódy

fix for last commit

TheWildJames před 1 měsícem
rodič
revize
8a0e1dcd33
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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"