Skip to content

Commit 55a36bc

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sultan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ jobs:
221221
cp ./out/arch/arm64/boot/Image.lz4 ../AnyKernel3/Image.lz4
222222
223223
if [ "${{ inputs.codename }}" == "gs201" ]; then
224-
cat ./out/arch/arm64/boot/dts/google/*.dtb > ../AnyKernel3/dtb
225-
cp ./out/arch/arm64/boot/dts/google/dtbo.img ../AnyKernel3/dtbo.img
224+
cat ./out/google-devices/gs201/dts/*.dtb > ../AnyKernel3/dtb
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)