This tutorial will guide you through the steps to get your kernel format using GitHub Actions.
- Fork the Repository:
In the top-right corner of the page, click the Fork button. This creates a copy of the repository under your GitHub account.
- Prepare Your
boot.img
file - Upload
boot.img
:- https://filebin.net/
- Click on the Add file button and select Upload files.
-
Navigate to the Actions Tab:
- Go to the Actions tab in your forked repository.
-
Run the Action:
- In the Actions tab, locate the workflow named "Get kernel format" or similar.
- Click on the workflow and press the Run workflow button.
- Enter the URL to the
boot.img
file you uploaded in Step 2.- You can use the raw URL of the
boot.img
. The URL should look something like:
https://filebin.net/gp05fto9lulm3qwg/boot.img
- You can use the raw URL of the
- Click Run workflow to trigger the GitHub Action.
-
Wait for the Action to Complete:
- The workflow will begin processing. This includes downloading the
boot.img
file, extracting kernel format information. - Wait for the action to finish. You can monitor the progress from the GitHub Actions interface.
- The workflow will begin processing. This includes downloading the
-
Check the Output:
- Once the action completes, view the logs from the workflow run.