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 770e355 commit 6a6a897
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/sultan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,13 @@ jobs:
cat ./out/google-modules/soc/gs/arch/arm64/boot/dts/google/*.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..."
Expand Down

0 comments on commit 6a6a897

Please sign in to comment.