mirror of
https://github.com/yeslayla/build-godot-action.git
synced 2025-07-17 21:03:49 +02:00
Last push fixes the issue with not building, both build tests work
This commit is contained in:
@ -3,9 +3,8 @@ set -e
|
|||||||
|
|
||||||
# Move godot templates already installed from the docker image to home
|
# Move godot templates already installed from the docker image to home
|
||||||
mkdir -v -p ~/.local/share/godot/export_templates
|
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" != "" ]
|
if [ "$3" != "" ]
|
||||||
then
|
then
|
||||||
|
Reference in New Issue
Block a user