godot-xterm/.github/actions/import-assets/action.yml

11 lines
325 B
YAML
Raw Normal View History

name: Import assets
runs:
using: "composite"
steps:
- name: Import assets
shell: bash
run: |
# HACK: See https://github.com/godotengine/godot-proposals/issues/1362.
(for i in {1..4}; do godot --editor --headless & sleep 5 && .github/actions/import-assets/monitor_import.sh; done) || true