en Automated Release - JackA1ltman/NonGKI_Kernel_Build_2nd GitHub Wiki
Automated Release
Build with Actions ยท Optional
The compiled kernel is not published automatically by default. Follow these steps to enable automated releases.
Edit build-kernel.yml
Add your workflow under jobs: in the following format:
jobs:
your-yml-filename:
name: Expected CI display name
uses: ./.github/workflows/your-yml-filename.yml
Edit build-release.yml (Optional)
If you want to show a clear list of supported devices, find RELEASE_NOTES: and add entries in list format. Update Supported_list.md the same way.
Push the Changes
git add .
git commit -m "Add auto release config"
git push