Updated with UnityBuilder and cache.

This commit is contained in:
2023-03-19 02:35:02 -07:00
parent c1dc2ddc9b
commit 1a40a9a050
5 changed files with 27 additions and 23 deletions

View File

@@ -24,6 +24,9 @@ inputs:
command:
description: "Unity command to run."
required: false
unityBuilder:
description: "Whether or not to use the UnityBuilder instead of a Unity command."
required: false
runs:
using: "composite"
steps:
@@ -46,6 +49,7 @@ runs:
email: ${{ inputs.email }}
password: ${{ inputs.password }}
command: ${{ inputs.command }}
unityBuilder: ${{ inputs.unityBuilder }}
- name: "Remove temporary image."
run: |
docker image rm ${{ inputs.imageTag }}