Skip to content

Commit e59ad01

Browse files
committed
Build with bazel fix
1 parent 8c8b9f4 commit e59ad01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ runs:
10271027
cd "$KERNEL_PATH/common"
10281028
mkdir -p out
10291029
CUSTOM_LOCALVERSION="-${ANDROID_VER}-OP-Wild"
1030-
cat >> common/arch/arm64/configs/gki_defconfig <<EOF
1030+
cat >> arch/arm64/configs/gki_defconfig <<EOF
10311031
CONFIG_LOCALVERSION="-OP-Wild"
10321032
EOF
10331033
echo "CUSTOM_LOCALVERSION=$CUSTOM_LOCALVERSION" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)