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 #12

Closed HanzaRu closed 1 year ago

HanzaRu commented 2 years ago

Unity Hub now output new installed versions like this on macOS:

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. (Updated with additional fixes)