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 c88ec37 commit b50ce69
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/sultan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,13 @@ jobs:
echo "Copying Image.lz4 and concatenating DTB files..."
cp ./out/arch/arm64/boot/Image.lz4 ../AnyKernel3/Image.lz4
cat ./out/google-modules/soc/gs/arch/arm64/boot/dts/google/*.dtb > ../AnyKernel3/dtb
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
elif [ "${{ inputs.codename }}" == "zuma" ]; then
cat ./out/google-modules/soc/gs/arch/arm64/boot/dts/google/*.dtb > ../AnyKernel3/dtb
fi
- name: Create ZIP Files for Different Formats
run: |
Expand Down

0 comments on commit b50ce69

Please sign in to comment.