Skip to content

Commit

Permalink
uplaod-desktop: add Open project once step
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Apr 12, 2024
1 parent 89d85eb commit 2956033
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/upload-dekstop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ jobs:
unzip Godot_v${{ env.GODOT_VERSION }}-stable_export_templates.tpz
mv templates/* ~/.local/share/godot/export_templates/${{ env.GODOT_VERSION }}.stable
rm -f Godot_v${{ env.GODOT_VERSION }}-stable_linux.x86_64.zip Godot_v${{ env.GODOT_VERSION }}-stable_export_templates.tpz
timeout 25 godot --headless --path ${{ env.WORKING_DIR }} -e
# godot --headless --editor --quit-after 10
- name: Open project once to import assets in editor mode
run: timeout 25 godot --headless --path ${{ env.WORKING_DIR }} -e

####################
# WINDOWS
####################
Expand Down

0 comments on commit 2956033

Please sign in to comment.