Skip to content

Commit

Permalink
upload-desktop: try export without --headless
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Apr 12, 2024
1 parent bbe6a0f commit c1d3721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-dekstop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ 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
godot --headless --editor --quit-after 10
# godot --headless --editor --quit-after 10
####################
# WINDOWS
####################
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
run: cp ${{ env.WORKING_DIR }}/export_presets.linux.example ${{ env.WORKING_DIR }}/export_presets.cfg

- name: Export Godot 4
run: godot --headless --path ${{ env.WORKING_DIR }}/ --export-release 'Linux/X11' ../${{ env.PROJECT_NAME }}-Linux.x86_64
run: godot --path ${{ env.WORKING_DIR }}/ --export-release 'Linux/X11' ../${{ env.PROJECT_NAME }}-Linux.x86_64

- name: Upload binaries to Github release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit c1d3721

Please sign in to comment.