Oops wrong config name
Some checks failed
Build Game / Build & push runner image (push) Successful in 6s
Build Game / Build Asteroids for all platforms (push) Failing after 13s

This commit is contained in:
Benjamin Morgan 2025-10-20 19:24:34 -06:00
parent ad841fb6f1
commit bb3be81235

View file

@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v5
- name: Export Linux
run: godot --headless --export-release "Linux/X11" build/asteroids.x86_64
run: godot --headless --export-release "Linux" build/asteroids.x86_64
- name: Export Windows
run: godot --headless --export-release "Windows Desktop" build/asteroids.exe