try to fix import files not being generated

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

View File

@ -296,7 +296,9 @@ jobs:
- name: Generate icon .import files
shell: bash
run: |
touch out/project.godot
timeout 20s ./bin/godot --headless --editor --path ./out/ || /bin/true
rm out/project.godot
- name: Change editor scale import settings
shell: bash