Fix Godot editor settings and Java path (#154)

This commit is contained in:
NetSysFire
2024-10-18 17:04:06 +02:00
committed by GitHub
parent b176746f3d
commit b87499e4bd
3 changed files with 8 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ jobs:
- name: Setup
run: |
mkdir -v -p ~/.local/share/godot/export_templates/
mkdir -v -p ~/.config/
mv /root/.config/godot ~/.config/godot
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
- name: Windows Build
run: |