Let's break it down to 3 easy steps.

Need help? Send us a message on Discord.

STEP 1
  • Create the directory .github/workflows in your repo.
  • Copy this workflow to the directory as unity-buildalon.yml.
STEP 2

Secrets are a common part of automation. Your workflow uses these secrets to activate your Unity license to start a build and then return the license.

Secrets are stored on GitHub. Only the machine running your workflow can access these secrets. Learn more about GitHub Secrets.

Virtual Maker employees cannot access your secrets.
Go to your GitHub repository settings and find Secrets & Variables > Actions. Select settings from your GitHub repo page Find Secrets and Variables / Actions
Add these secrets as Repository secrets or Organization secrets if you have an organization:

UNITY_USERNAME

The email address you use to log into Unity

UNITY_PASSWORD

The password you use to log into Unity

STEP 3

Install the Buildalon GitHub App, so we can start your build. New accounts get 200 FREE minutes, and you can upgrade if you run out.

Install

Buildalon
What Now?

Once you push your workflow to GitHub, a job will start based on your conditions.

Go to the Actions tab to see if a run started.

Go to the Actions tab

Your job will start after a few minutes. When it's done, click on Summary and find Artifacts to download your built app.

Find your artifacts.

Log in to keep track of your minutes and look at your accounts' runners.

Accounts

Troubleshooting

Hitting errors? Check out our troubleshooting guide for help.

Need help? Send us a message on Discord.

Thanks for using Buildalon!

© 2024 Virtual Maker Corporation