Skip to content

Commit

Permalink
ci: attempt to retry the export
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Jan 3, 2024
1 parent 591c00d commit c70b8f4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,13 @@ jobs:

- uses: ./.github/actions/setup-x11-drivers

# Retry multiple times, always in CI, godot freeze when reimporting assets
- name: Export
run: just export
uses: nick-fields/retry@v2
with:
timeout_minutes: 10
max_attempts: 3
command: just export

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c70b8f4

Please sign in to comment.