Skip to content

Commit

Permalink
Update godot_build.yml
Browse files Browse the repository at this point in the history
Need Godot Export Template
  • Loading branch information
rasmussvala committed Sep 19, 2024
1 parent bf352f5 commit 5fe1497
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/godot_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
unzip Godot_v4.3-stable_linux.x86_64.zip
sudo mv Godot_v4.3-stable_linux.x86_64 /usr/local/bin/godot
- name: Install Godot Export Templates
run: |
wget https://downloads.tuxfamily.org/godotengine/4.3/Godot_v4.3-stable_export_templates.tpz
mkdir -p ~/.local/share/godot/export_templates/4.3.stable/
unzip Godot_v4.3-stable_export_templates.tpz -d ~/.local/share/godot/export_templates/4.3.stable/
- name: Build Godot project (Headless with OpenGL)
run: |
godot --headless --rendering-driver opengl3 --export-release "Windows Desktop" build/game.exe
Expand Down

0 comments on commit 5fe1497

Please sign in to comment.