Updated useGraphics cascading.
This commit is contained in:
@@ -30,6 +30,10 @@ inputs:
|
||||
description: "Name of the directory to copy the artifacts from."
|
||||
required: true
|
||||
default: artifacts
|
||||
useGraphics:
|
||||
description: "Whether or not to use the graphics device when running Unity."
|
||||
required: false
|
||||
default: "false"
|
||||
zipName:
|
||||
description: "Name of the resulting zip file."
|
||||
required: false
|
||||
@@ -50,6 +54,7 @@ runs:
|
||||
command: ${{ inputs.command }}
|
||||
unityBuilder: ${{ inputs.unityBuilder }}
|
||||
cacheVolume: ${{ inputs.cacheVolume }}
|
||||
useGraphics: ${{ inputs.useGraphics }}
|
||||
- name: "Compress build"
|
||||
if: ${{ inputs.zipName }}
|
||||
env:
|
||||
|
||||
@@ -55,3 +55,4 @@ runs:
|
||||
artifactsDir: ${{ inputs.artifactsDir }}
|
||||
cacheVolume: ${{ inputs.cacheVolume }}
|
||||
zipName: ${{ inputs.zipName }}
|
||||
useGraphics: ${{ inputs.useGraphics }}
|
||||
|
||||
Reference in New Issue
Block a user