Skip to content

Commit

Permalink
Update sultan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWildJames authored Mar 2, 2025
1 parent 6a6a897 commit 14526f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sultan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
if [ "${{ inputs.codename }}" == "gs201" ]; then
cat ./out/arch/arm64/boot/dts/google/*.dtb > ../AnyKernel3/dtb
cp ./out/arch/arm64/boot/dts/google/dtbo.img ../AnyKernel3/dtbo.img
else
elif [ "${{ inputs.codename }}" == "zuma" ]; then
cat ./out/google-modules/soc/gs/arch/arm64/boot/dts/google/*.dtb > ../AnyKernel3/dtb
fi
Expand Down

0 comments on commit 14526f7

Please sign in to comment.