The action wasn't working in it's current state.
The code for downloading tuist didn't handle the redirect and wasn't async. The next commands weren't waiting for the download to finish and would failed.
I also renamed the tuist exec to 'tuistexec' because the action could fail if you already had a directory named 'tuist' at the root of your project.
The action wasn't working in it's current state. The code for downloading tuist didn't handle the redirect and wasn't async. The next commands weren't waiting for the download to finish and would failed. I also renamed the tuist exec to 'tuistexec' because the action could fail if you already had a directory named 'tuist' at the root of your project.
Fix for #2