Skip to content

Commit 2c69432

Browse files
committed
ci: update patch file path in build workflow
The patch file name was changed from '2_fix_base.c.patch' to 'fix_base.c.patch'. This commit updates the workflow to use the correct file path.
1 parent 943de05 commit 2c69432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
259259
cd "$KERNEL_ROOT/common"
260260
if [[ "${{ inputs.android_version }}" == "android12" && "${{ inputs.kernel_version }}" == "5.10" && $ACTUAL_SUBLEVEL -le 43 ]]; then
261-
cp $KERNEL_PATCHES/wild/susfs_fix_patches/v${SUSFS_VERSION}/2_fix_base.c.patch ./
261+
cp $KERNEL_PATCHES/wild/susfs_fix_patches/v${SUSFS_VERSION}/fix_base.c.patch ./
262262
patch -p1 < fix_base.c.patch
263263
fi
264264
if [[ "${{ inputs.android_version }}" == "android12" && "${{ inputs.kernel_version }}" == "5.10" ]] && [[ $ACTUAL_SUBLEVEL -le 117 ]]; then

0 commit comments

Comments
 (0)