en Running and Downloading Artifacts - JackA1ltman/NonGKI_Kernel_Build_2nd GitHub Wiki
Running and Downloading Artifacts
Build with Actions ยท Step 3
Push and Trigger the Action
Once your YML file is ready, push the changes:
git add .
git commit -m "Add my device build config"
git push
Run the Workflow in Github Actions
- Go to your forked repository and click the Actions tab at the top
- On first use, click I understand my workflows, go ahead and enable them
- Find your workflow by its
namein the left sidebar and click it - Click Run workflow on the right side
- Confirm the branch is
mainline, then click the green Run workflow button
Download the Build Artifacts
After the run completes successfully (โ ):
- Click the completed run entry to open the details page
- Scroll to the bottom and find the Artifacts section
- Click the download icon next to your artifact to download it
Note: Extract the downloaded archive once โ the artifact is already a zip, and downloading it wraps it in another layer.