diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 82f2733..feea7ac 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,7 @@ jobs: unzip Godot_v${{ env.GODOT_VERSION }}-stable_export_templates.tpz mv templates/* ~/.local/share/godot/templates/${{ env.GODOT_VERSION }}.stable rm -f Godot_v${{ env.GODOT_VERSION }}-stable_linux.x86_64.zip Godot_v${{ env.GODOT_VERSION }}-stable_export_templates.tpz - godot -e -q + godot --headless -e -q #################### # WINDOWS