unity-return-license icon indicating copy to clipboard operation
unity-return-license copied to clipboard

Github Action to return a Unity pro license.

Results 4 unity-return-license issues
Sort by recently updated
recently updated
newest added

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies

Bumps [game-ci/unity-activate](https://github.com/game-ci/unity-activate) from 1.3 to 2. Release notes Sourced from game-ci/unity-activate's releases. v2.0.0 - Now using our new stable docker images based on Windows/Ubuntu What's Changed remove anything recognizable as...

dependencies

**Bug description** Running "return-license" does not return a license. **How to reproduce** Manually invoke this workflow definition: ``` jobs: return-license: runs-on: ${{ github.event.inputs.runs-on }} env: UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }} steps:...

bug

**Context** Running `game-ci/unity-return-license@main` on the `macos-latest` runner. Right now I get this error when I try to run it: ```Error: Container action is only supported on Linux``` **Suggested solution** I...

enhancement