From c1dc2ddc9b30988868e693539836d1860d8e5db5 Mon Sep 17 00:00:00 2001 From: Scion Date: Sun, 19 Mar 2023 02:08:24 -0700 Subject: [PATCH] test --- unity-command/entrypoint.sh | 4 +--- unity-project/action.yaml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/unity-command/entrypoint.sh b/unity-command/entrypoint.sh index 229e0f6..0e78321 100644 --- a/unity-command/entrypoint.sh +++ b/unity-command/entrypoint.sh @@ -23,9 +23,7 @@ EOF cat $SSH_DIR/config fi ls -Al Library -while true; do - sleep 1 -done; + #Activate Unity if [[ "$SERIAL" == "personal" ]]; then UnityBuilder activate -i /usr/bin/unity-editor -u $EMAIL -p $PASSWORD diff --git a/unity-project/action.yaml b/unity-project/action.yaml index 76e65d0..8896e79 100644 --- a/unity-project/action.yaml +++ b/unity-project/action.yaml @@ -50,6 +50,6 @@ runs: command: -projectPath ${{ inputs.projectPath }} -buildTarget ${{ steps.getTarget.outputs.buildTarget }} ${{ inputs.command }} - uses: act/common/docker/docker-cp@master with: - recreateVolume: true + #recreateVolume: true volume: library fromPath: Library