Buildalon Actions
Buildalon Actions are GitHub Actions we wrote specifically for Unity development workflows. They are open-source and available on GitHub. You can use them in your own GitHub Actions workflows. They will work on Buildalon Cloud Runners, GitHub runners, your own self-hosted runners.
To get started, you should generate a workflow at buildalon.com/start and then add or edit the generated workflow using the actions below.
Core Actions
- unity-setup: Install Unity Hub and the Unity editor.
- activate-unity-license: Activate a Unity Personal or Pro license.
- unity-action: Run Unity in the command line to make a build or run unit tests.
Platform Specific Actions
- unity-xcode-builder: Build an iOS/macOS/visionOS Xcode project after Unity generates it, and optionally upload it to Test Flight.
- unity-uwp-builder: Build a UWP Visual Studio project after Unity generates it.
- upload-meta-quest-build: Upload a build to the Meta Quest Store.
- upload-steam: Upload a build to Steam.
…and more to come! Check out all the actions on GitHub.