game-ci / unity-request-activation-file

Unity - Request manual activation file (part of unity-actions)
https://github.com/marketplace/actions/unity-request-activation-file
MIT License
54 stars 33 forks source link

Unable to use gableroux/unity3d:2019.3.13f1-update-2020-05-07 (docker container does not exists) #41

Closed loic-lopez closed 4 years ago

loic-lopez commented 4 years ago

Hi,

I'm using the latest stable 2019.3.x version of Unity but the docker container is only provided with the following version : 2019.3.13f1-update-2020-05-07 and of course after setting the variable unityVersion in my yml file I'm getting error for generating the licence file.

You can see the logs at: loic-lopez/UMVC/runs/657049541

And the .yml file at: loic-lopez/UMVC/actions/runs/99337511/workflow

webbertakken commented 4 years ago

Hi @loic-lopez and thank you for your report.

Configuring the version like you have in your action will not work, because the action is parsing the docker tag based on what platform you want to build for.

Docker image 2019.3.13f1 seems to only have 1 Image that is not prepared for building any platform (which you can see by the lack of -platform part in the tag.

I understand the confusion, but I think this is an experimental image that can not be used as is. You can see the related merge request from @GabLeRoux and ask more about the image. But so far it seems to not yet be merged.

loic-lopez commented 4 years ago

Thanks I will downgrade to 2019.3.12f1 so 🥇

Have a nice day.