godot-xterm/.github/actions/import-assets/action.yml
2023-01-26 08:21:43 +13:00

10 lines
325 B
YAML

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