test
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user