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 cat $SSH_DIR/config
fi fi
ls -Al Library ls -Al Library
while true; do
sleep 1
done;
#Activate Unity #Activate Unity
if [[ "$SERIAL" == "personal" ]]; then if [[ "$SERIAL" == "personal" ]]; then
UnityBuilder activate -i /usr/bin/unity-editor -u $EMAIL -p $PASSWORD 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 }} command: -projectPath ${{ inputs.projectPath }} -buildTarget ${{ steps.getTarget.outputs.buildTarget }} ${{ inputs.command }}
- uses: act/common/docker/docker-cp@master - uses: act/common/docker/docker-cp@master
with: with:
recreateVolume: true #recreateVolume: true
volume: library volume: library
fromPath: Library fromPath: Library