Updated graphics flag.

This commit is contained in:
2023-08-05 21:23:00 -07:00
parent 890af9b969
commit 0c75b172a7
3 changed files with 6 additions and 2 deletions

View File

@@ -30,6 +30,10 @@ inputs:
description: "Name of the volume to copy the artifacts to."
required: true
default: ${{ env.ARTIFACTS_VOLUME }}
useGraphics:
description: "Whether or not to use the graphics device when running Unity."
required: false
default: ${{ env.USE_GRAPHICS || 'false' }}
artifactsDir:
description: "Name of the directory to copy the artifacts from."
required: true