game-ci / unity-builder

Build Unity projects for different platforms
https://github.com/marketplace/actions/unity-builder
MIT License
858 stars 253 forks source link

Warning: Unexpected input(s) 'cacheUnityInstallationOnMac' #541

Closed mdarvanaghi closed 1 year ago

mdarvanaghi commented 1 year ago

Bug description Cannot use input cacheUnityInstallationOnMac. Workflow gives the following error: 'Warning: Unexpected input(s) 'cacheUnityInstallationOnMac''

How to reproduce

Run workflow with the following input for the unity-builder:

- name: Build project
  uses: game-ci/unity-builder@v2
  with:
    cacheUnityInstallationOnMac: 'true'

Expected behavior

Workflow would cache the Unity installation for the macos-latest runner to use.

Additional information

This input is described in the documentation for the Builder