diff --git a/entrypoint.sh b/entrypoint.sh index 5112d69..3d3c2ed 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,7 +1,7 @@ #!/bin/sh -mkdir -p /github/home/.local/share/godot/export_templates/4.2.1.stable/ -cp -r /godot/templates/* /github/home/.local/share/godot/export_templates/4.2.1.stable/ +mkdir -p /github/home/.local/share/godot/export_templates/4.2.2.stable/ +cp -r /godot/templates/* /github/home/.local/share/godot/export_templates/4.2.2.stable/ #echo "/godot/Godot_v4.2.1-stable_linux.x86_64 --headless --path /github/workspace/$3 $2 $1"