parent
d252a9d95f
commit
ae22173e58
1 changed files with 7 additions and 1 deletions
|
@ -26,8 +26,14 @@ jobs:
|
|||
unzip /root/.local/share/godot/godot_templates.tpz -d /root/.local/share/godot
|
||||
mv /root/.local/share/godot/templates /root/.local/share/godot/4.0.stable
|
||||
mv /root/.local/share/godot/4.0.stable /root/.local/share/godot/export_templates
|
||||
echo "---"
|
||||
/root/.local/share/godot/godot_executable/Godot_v4.0-stable_linux.x86_64 --version
|
||||
pwd
|
||||
echo "---"
|
||||
ls /root/.local/share/godot/templates
|
||||
echo "---"
|
||||
ls /root/.local/share/godot/4.0.stable
|
||||
echo "---"
|
||||
ls /root/.local/share/godot/export_templates
|
||||
- name: setup Build Folders
|
||||
run: mkdir -p ./builds/linux
|
||||
- name: export for linux
|
||||
|
|
Loading…
Reference in a new issue