Cleanup after .import files generation
This commit is contained in:
parent
1760405727
commit
742b6822db
|
@ -299,6 +299,7 @@ jobs:
|
|||
touch out/project.godot
|
||||
timeout 20s ./bin/godot --headless --editor --path ./out/ || /bin/true
|
||||
rm out/project.godot
|
||||
rm -rf out/.godot/
|
||||
|
||||
- name: Change editor scale import settings
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in New Issue