try to fix import files not being generated
This commit is contained in:
parent
57d87d43a1
commit
1760405727
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue