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