mirror of
https://github.com/yeslayla/build-godot-action.git
synced 2025-04-03 23:26:27 +02:00
Adjusted templates folder name (#29)
* Update entrypoint.sh * Update entrypoint.sh
This commit is contained in:
parent
92a759bf66
commit
bf732c604a
@ -3,7 +3,7 @@ set -e
|
||||
|
||||
# Move godot templates already installed from the docker image to home
|
||||
mkdir -v -p ~/.local/share/godot/export_templates
|
||||
cp -a /root/.local/share/godot/templates/. ~/.local/share/godot/export_templates/
|
||||
cp -a /root/.local/share/godot/export_templates/. ~/.local/share/godot/export_templates/
|
||||
|
||||
|
||||
if [ "$3" != "" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user