Skip to content

Instantly share code, notes, and snippets.

@johnou
Created October 6, 2025 09:33
Show Gist options
  • Select an option

  • Save johnou/190c8479b58c49e18f348e7211425fd7 to your computer and use it in GitHub Desktop.

Select an option

Save johnou/190c8479b58c49e18f348e7211425fd7 to your computer and use it in GitHub Desktop.
- name: Build
uses: game-ci/unity-builder@v4
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
projectPath: ${{ inputs.projectPath }}
targetPlatform: StandaloneWindows64
customImage: unityci/editor:windows-6000.0.58f2-windows-il2cpp-3
containerHookFiles: |
10-upm-pre.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment