소스 검색

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