mirror of
https://github.com/yeslayla/build-godot-action.git
synced 2025-07-03 03:12:50 +02:00
modified ls debug
This commit is contained in:
parent
6cc737e79e
commit
27b9ccbff2
@ -4,7 +4,7 @@ set -e
|
||||
# Move godot templates already installed from the docker image to home
|
||||
mkdir -v -p ~/.local/share/godot/export_templates
|
||||
ls -la /root/.local/share/godot/templates/
|
||||
cp -a /root/.local/share/godot/templates/ ~/.local/share/godot/export_templates/
|
||||
cp -a /root/.local/share/godot/templates/. ~/.local/share/godot/export_templates/
|
||||
ls -la ~/.local/share/godot/export_templates/
|
||||
|
||||
if [ "$3" != "" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user