فهرست منبع

Update patch command with new variable names

jimsterino98 1 ماه پیش
والد
کامیت
b3b1c01072
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/actions/ntsync/action.yml

+ 1 - 1
.github/actions/ntsync/action.yml

@@ -9,7 +9,7 @@ runs:
      run: |
       cd "$COMMON"
       patch -p1 < "$KERNEL_PATCHES/common/ntsync/ntsync_base.patch"
-      patch -p1 < "$KERNEL_PATCHES/common/ntsync/ntsync_compat_$ANDROID_VERSION-$KERNEL_VERSION.patch"
+      patch -p1 < "$KERNEL_PATCHES/common/ntsync/ntsync_compat_$ANDROID_VER-$KERNEL_VER.patch"
       
    - name: enable ntsync config
      shell: bash