We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a36bc commit 128074dCopy full SHA for 128074d
.github/workflows/sultan.yml
@@ -222,7 +222,7 @@ jobs:
222
223
if [ "${{ inputs.codename }}" == "gs201" ]; then
224
cat ./out/google-devices/gs201/dts/*.dtb > ../AnyKernel3/dtb
225
- cp ./out/google-devices/gs201/dts/dtbo.img ../AnyKernel3/dtbo.img
+ #cp ./out/google-devices/gs201/dts/dtbo.img ../AnyKernel3/dtbo.img
226
elif [ "${{ inputs.codename }}" == "zuma" ]; then
227
cat ./out/google-devices/zuma/dts/*.dtb > ../AnyKernel3/dtb
228
elif [ "${{ inputs.codename }}" == "zumapro" ]; then
0 commit comments