This commit is contained in:
2023-08-05 23:03:56 -07:00
parent 7ce207c7a5
commit 0a4385081b
4 changed files with 12 additions and 12 deletions

View File

@@ -30,10 +30,10 @@ inputs:
description: "Name of the directory to copy the artifacts from."
required: true
default: artifacts
useGraphics:
noGraphics:
description: "Whether or not to use the graphics device when running Unity."
required: false
default: "false"
default: "true"
zipName:
description: "Name of the resulting zip file."
required: false
@@ -54,7 +54,7 @@ runs:
command: ${{ inputs.command }}
unityBuilder: ${{ inputs.unityBuilder }}
cacheVolume: ${{ inputs.cacheVolume }}
useGraphics: ${{ inputs.useGraphics }}
noGraphics: ${{ inputs.noGraphics }}
- name: "Compress build"
if: ${{ inputs.zipName }}
env: