This commit is contained in:
2023-03-19 02:08:24 -07:00
parent 18c6a3c870
commit c1dc2ddc9b
2 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -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