test
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user