Skip to content

Commit 128074d

Browse files
authored
Update sultan.yml
1 parent 55a36bc commit 128074d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sultan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
223223
if [ "${{ inputs.codename }}" == "gs201" ]; then
224224
cat ./out/google-devices/gs201/dts/*.dtb > ../AnyKernel3/dtb
225-
cp ./out/google-devices/gs201/dts/dtbo.img ../AnyKernel3/dtbo.img
225+
#cp ./out/google-devices/gs201/dts/dtbo.img ../AnyKernel3/dtbo.img
226226
elif [ "${{ inputs.codename }}" == "zuma" ]; then
227227
cat ./out/google-devices/zuma/dts/*.dtb > ../AnyKernel3/dtb
228228
elif [ "${{ inputs.codename }}" == "zumapro" ]; then

0 commit comments

Comments
 (0)