Skip to content

Commit

Permalink
continue on error for import step
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Apr 12, 2024
1 parent da1bc4f commit 7c90511
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upload-dekstop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
rm -f Godot_v${{ env.GODOT_VERSION }}-stable_linux.x86_64.zip Godot_v${{ env.GODOT_VERSION }}-stable_export_templates.tpz
- name: Open project once to import assets in editor mode
continue-on-error: true # timeout will exit with code 124
run: timeout 25 godot --headless --path ${{ env.WORKING_DIR }} -e

####################
Expand Down

0 comments on commit 7c90511

Please sign in to comment.