Cleanup after .import files generation

This commit is contained in:
Serhii Snitsaruk 2024-05-25 12:46:07 +02:00
parent 1760405727
commit 742b6822db
No known key found for this signature in database
GPG Key ID: A965EF8799FFEC2D
1 changed files with 1 additions and 0 deletions

View File

@ -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