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