Skip to content

Build the App

Build the App

After you run Identifiers and Prepare the App, you are ready to Build.

  1. Click on the Actions tab of your Trio repository
  2. On the left side, click on 4. Build Trio
  3. On the right side, click Run Workflow to show a dropdown menu
    • You will see your default branch (typically this is main)
  4. Tap the green button that says Run workflow.

build app using github actions

Refresh, Do Not Repeat

Hit Refresh

After you tap the green Run workflow button, GitHub can be slow to update.

  • Refresh the browser if you are unsure if the action started
  • Do not start a new action until the first one completes

Disable the DO NOT RUN Actions

You may notice some GitHub actions that have DONT RUN or DO NOT RUN in their names. Those are special actions that are used by the developers. They are skipped in your Fork, but you may see logs for them that indicate they failed.

If they already have the notation disabled beside them, you won't see them run - and fail. Otherwise, click on each one, click on the three dots at the upper right, and then select Disable workflow. Then you will avoid the annoyance of seeing logs that say the action was automatically run and then skipped.

disable developer actions


Navigation: ← Back: Prepare App | Next: Install from TestFlight