Fixed unity actions.
This commit is contained in:
@@ -31,6 +31,9 @@ inputs:
|
||||
description: "Whether or not to build if a cache was found. Default: true"
|
||||
required: false
|
||||
default: "true"
|
||||
unityBuilder:
|
||||
description: "Whether or not to use the UnityBuilder instead of a Unity command."
|
||||
required: false
|
||||
sshPublicKey:
|
||||
description: "Public SSH key to use for git package restoration."
|
||||
required: false
|
||||
@@ -101,6 +104,7 @@ runs:
|
||||
sshPrivateKey: ${{ inputs.sshPrivateKey }}
|
||||
command: ${{ steps.command.outputs.command }}
|
||||
noGraphics: ${{ inputs.noGraphics }}
|
||||
unityBuilder: ${{ inputs.unityBuilder }}
|
||||
- name: "Upload Library to Cache."
|
||||
if: ${{ steps.check-cache.outputs.cache-hit != 'true' }}
|
||||
uses: https://github.com/actions/cache/save@v3
|
||||
|
||||
Reference in New Issue
Block a user