Преглед изворни кода

Fix variable names in action.yml for patch command

Updated variable names in patch file copy command.
jimsterino98 пре 1 месец
родитељ
комит
fa57c199ea
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/actions/susfs-patches/action.yml

+ 1 - 1
.github/actions/susfs-patches/action.yml

@@ -58,7 +58,7 @@ runs:
       cd "$COMMON"
       cp "$SUSFS4KSU/kernel_patches/fs/"* ./fs/
       cp "$SUSFS4KSU/kernel_patches/include/linux/"* ./include/linux/
-      cp "$SUSFS4KSU/kernel_patches/50_add_susfs_in_gki-$ANDROID_VERSION-$KERNEL_VERSION.patch" ./          
+      cp "$SUSFS4KSU/kernel_patches/50_add_susfs_in_gki-$ANDROID_VER-$KERNEL_VER.patch" ./          
 
    - name: prepare namespace and open.c for susfs patch because scamsung
      shell: bash