Fixed output.
This commit is contained in:
@@ -65,7 +65,7 @@ runs:
|
|||||||
if [[ "{{ inputs.noGraphics }}" == "true" ]]; then
|
if [[ "{{ inputs.noGraphics }}" == "true" ]]; then
|
||||||
COMMAND="-nographics $COMMAND"
|
COMMAND="-nographics $COMMAND"
|
||||||
fi
|
fi
|
||||||
echo "command=$COMMAND"
|
echo "command=$COMMAND" >> "$GITHUB_OUTPUT"
|
||||||
- name: "Run Unity command."
|
- name: "Run Unity command."
|
||||||
uses: act/unity/unity@master
|
uses: act/unity/unity@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user