Skip to content

Commit

Permalink
ci: fix import-resources command
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Dec 31, 2023
1 parent 0874df1 commit 8eafec3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,8 @@ install-addons:
# Workaround from https://github.com/godotengine/godot/pull/68461
# Import game resources
import-resources:
just godot --headless --quit --export-pack null /dev/null
# timeout 60 just godot --editor || true
# just godot --headless --quit --editor
timeout 60 just godot --editor || true
just godot --headless --export-pack null /dev/null

# Updates the game version for export
@bump-version:
Expand Down

0 comments on commit 8eafec3

Please sign in to comment.