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 c341418 commit e34f519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
@@ -113,7 +113,7 @@ install-addons:
# Workaround from https://github.com/godotengine/godot/pull/68461
# Import game resources
import-resources:
timeout 60 just godot --headless --export-pack null /dev/null
timeout 60 just godot --headless --export-pack null /dev/null || true

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

0 comments on commit e34f519

Please sign in to comment.