kuler90 / setup-unity

GitHub Action to download and install Unity on Ubuntu, macOS or Windows. Based on Unity Hub
MIT License
37 stars 33 forks source link

Fix for 2021.3.6f1,2021.3.7f1 on macOS machines and self-runners #11

Closed HanzaRu closed 2 years ago

HanzaRu commented 2 years ago

Unity now drops new installed outputs:

2021.3.7f1 (Intel), installed at /Applications/Unity/Hub/Editor/2021.3.7f1/Unity.app

A better regex was necessary.

Also, sudo commands don't work on github self-runners, so I added a variable to skip them.

Hope this help the community.