Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 3f25efd

Browse files
revert
1 parent c955a3f commit 3f25efd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ inputs:
1616
args:
1717
description: 'Unity cli arguments'
1818
required: false
19-
default: [ '-quit', '-batchmode' ]
19+
default: '-quit -batchmode'
2020
name:
2121
description: 'Name of the Unity Action'
2222
required: false
@@ -29,7 +29,7 @@ runs:
2929
$editorPath = "${{ inputs.editor-path }}"
3030
$projectPath = "${{ inputs.project-path }}"
3131
$bulidTarget = "${{ inputs.build-target }}"
32-
$additionalArgs = "${{ join(inputs.args, ' ') }}"
32+
$additionalArgs = "${{ inputs.args }}"
3333
$name = "${{ inputs.name }}"
3434
$buildTargetArgs = ""
3535

0 commit comments

Comments
 (0)