mirror of
https://github.com/yeslayla/build-godot-action.git
synced 2025-07-03 03:12:50 +02:00
modified to support proper requirements for godot-ci project
This commit is contained in:
parent
64abbf1b5b
commit
77dbefe1c0
@ -2,7 +2,8 @@
|
||||
set -e
|
||||
|
||||
# Move godot templates already installed from the docker image to home
|
||||
mv -n /root/.local ~
|
||||
mkdir -v -p ~/.local/share/godot/export_templates
|
||||
mv -n /root/.local/share/godot/templates/ ~/.local/share/godot/export_templates/
|
||||
|
||||
if [ "$3" != "" ]
|
||||
then
|
||||
|
Loading…
x
Reference in New Issue
Block a user