test
This commit is contained in:
@@ -63,10 +63,9 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
COMMAND="${{ inputs.command }}"
|
COMMAND="${{ inputs.command }}"
|
||||||
NO_GRAPHICS="${{ inputs.noGraphics }}"
|
NO_GRAPHICS="${{ inputs.noGraphics }}"
|
||||||
echo "NO GRAPHICS: ${{ inputs.noGraphics }}"
|
|
||||||
if [[ "$NO_GRAPHICS" == "true" ]]; then
|
if [[ "$NO_GRAPHICS" == "true" ]]; then
|
||||||
COMMAND="-nographics $COMMAND"
|
COMMAND="-nographics $COMMAND"
|
||||||
echo COMMAND IS "$COMMAND"
|
|
||||||
fi
|
fi
|
||||||
echo "command=$COMMAND" >> "$GITHUB_OUTPUT"
|
echo "command=$COMMAND" >> "$GITHUB_OUTPUT"
|
||||||
- name: "Run Unity command."
|
- name: "Run Unity command."
|
||||||
|
|||||||
@@ -44,8 +44,6 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
|
||||||
echo "NO GRAPHICS: ${{ inputs.noGraphics }}"
|
|
||||||
- uses: act/unity/unity-composite@master
|
- uses: act/unity/unity-composite@master
|
||||||
with:
|
with:
|
||||||
platform: ${{ inputs.platform }}
|
platform: ${{ inputs.platform }}
|
||||||
|
|||||||
Reference in New Issue
Block a user