mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-14 22:30:26 +01:00
Retry import and export commands
This commit is contained in:
parent
5222392598
commit
5e89dbd4ea
1 changed files with 12 additions and 3 deletions
15
.github/workflows/main.yml
vendored
15
.github/workflows/main.yml
vendored
|
@ -184,10 +184,19 @@ jobs:
|
||||||
name: libgodot-xterm-release
|
name: libgodot-xterm-release
|
||||||
path: addons/godot_xterm/native/bin
|
path: addons/godot_xterm/native/bin
|
||||||
- name: Import assets
|
- name: Import assets
|
||||||
shell: bash
|
uses: nick-fields/retry@v2
|
||||||
run: godot --editor .github/import_assets.tscn
|
with:
|
||||||
|
command: godot --editor .github/import_assets.tscn
|
||||||
|
retry_on: error
|
||||||
|
timeout_minutes: 5
|
||||||
|
max_attempts: 6
|
||||||
- name: Export HTML5
|
- name: Export HTML5
|
||||||
run: godot --no-window --export HTML5
|
uses: nick-fields/retry@v2
|
||||||
|
with:
|
||||||
|
command: godot --no-window --export HTML5
|
||||||
|
retry_on: error
|
||||||
|
timeout_minutes: 5
|
||||||
|
max_attempts: 6
|
||||||
- name: NPM cache
|
- name: NPM cache
|
||||||
uses: c-hive/gha-npm-cache@v1
|
uses: c-hive/gha-npm-cache@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue