Build linux
All checks were successful
Build Game / Export Game Client (push) Successful in 58s

This commit is contained in:
2025-12-04 09:30:28 +01:00
parent 90585cde4b
commit 8423dfd969

View File

@ -85,8 +85,8 @@ jobs:
cd src/
# "Linux/X11" must match the name in your export_presets.cfg
../godot_headless --headless --export-release "Linux/X11" ../build/linux/game.x86_64
# "Linux" must match the name in your export_presets.cfg
../godot_headless --headless --export-release "Linux" ../build/linux/game.x86_64
cd ..