Need to create build dir
Some checks failed
Build Game / Build & push runner image (push) Successful in 5s
Build Game / Build Asteroids for all platforms (push) Failing after 24s

This commit is contained in:
Benjamin Morgan 2025-10-20 19:26:23 -06:00
parent bb3be81235
commit ead43d37ac

View file

@ -36,6 +36,9 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: Prepare build folder
run: mkdir -p build
- name: Export Linux - name: Export Linux
run: godot --headless --export-release "Linux" build/asteroids.x86_64 run: godot --headless --export-release "Linux" build/asteroids.x86_64