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 3, 2025
1 parent 14526f7 commit 409197e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/sultan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,22 +188,17 @@ jobs:
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
elif [ "${{ inputs.codename }}" == "zumapro" ]; then
cat ./out/google-devices/zumapro/dts/*.dtb > ../AnyKernel3/dtb
fi
- name: Upload Config Artifact
if: ${{ inputs.codename == 'zumapro' }}
uses: actions/upload-artifact@v4
with:
name: ${{ env.CONFIG }}
path: ${{ env.CONFIG }}

- name: Create ZIP Files for Different Formats
run: |
echo "Navigating to AnyKernel3 directory..."
cd ./AnyKernel3
# Zip the files in the AnyKernel3 directory with a new naming convention
ZIP_NAME="A15_Sultan_KernelSU_SUSFS_${{ inputs.codename }}.zip"
ZIP_NAME="${{ inputs.codename }}_A15_Sultan_Next_SUSFS.zip"
echo "Creating zip file $ZIP_NAME..."
zip -r "../$ZIP_NAME" ./*
Expand Down

0 comments on commit 409197e

Please sign in to comment.