game-ci / game-ci/unity-builder
License not being returned when the build fails or hangs
- Dominant language
- TypeScript
- Stars
- 1.1k
- Forks
- 313
- Avg merge
- 1h 39m
- Merged PRs (30d)
- 1
Description
**Bug description**
Due to #439 the build often fails/hangs and get's aborted by GitHub.
In case of using a professional license that license is not being returned. This will make the next fresh action run fail due to license activation issues (maximum number of activations reached).
For a linux builder that's not an issue, because we can use the return-license action.
However, this action only works for linux and not macOS or Windows (see https://github.com/game-ci/unity-return-license/issues/21).
**Expected behavior**
Either I'd expect, that the Unity Builder action returns the license no matter what happens or I'd expect that the unity-license-return action works on all platforms.
Contributor guide
Assessment
This issue has not been assessed yet.