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

  1. Go to your forked repository and click the Actions tab at the top
  2. On first use, click I understand my workflows, go ahead and enable them
  3. Find your workflow by its name in the left sidebar and click it
  4. Click Run workflow on the right side
  5. Confirm the branch is mainline, then click the green Run workflow button

Download the Build Artifacts

After the run completes successfully (โœ…):

  1. Click the completed run entry to open the details page
  2. Scroll to the bottom and find the Artifacts section
  3. 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.