Skip to content

Commit

Permalink
upload-desktop: re-add --headless
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Apr 12, 2024
1 parent c1d3721 commit 40a261a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/upload-dekstop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Prepare export_presets.cfg for Windows
run: cp ${{ env.WORKING_DIR }}/export_presets.windows.example ${{ env.WORKING_DIR }}/export_presets.cfg

- name: Export Godot 4
- name: Export Godot 4 Windows
run: godot --headless --path ${{ env.WORKING_DIR }}/ --export-release 'Windows Desktop' ../${{ env.PROJECT_NAME }}.exe

- name: Create zip file
Expand All @@ -84,8 +84,8 @@ jobs:
- name: Prepare export_presets.cfg for Linux
run: cp ${{ env.WORKING_DIR }}/export_presets.linux.example ${{ env.WORKING_DIR }}/export_presets.cfg

- name: Export Godot 4
run: godot --path ${{ env.WORKING_DIR }}/ --export-release 'Linux/X11' ../${{ env.PROJECT_NAME }}-Linux.x86_64
- name: Export Godot 4 Linux
run: godot --headless --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 40a261a

Please sign in to comment.