Godot auto build
Build Godot Project (Linux) / build-linux (push) Failing after 16s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s

This commit is contained in:
2026-06-22 10:32:07 -06:00
parent ba0c349045
commit df53a152c7
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
with:
# 👇 Force the container to use bash to parse the block sequentially
entrypoint: /bin/bash
args: -c "godot --headless --export-release 'Linux' build/linux/godot_number_factory.x86_64"
args: -c "mkdir -v -p build/linux && godot --headless --export-release 'Linux' build/linux/godot_number_factory.x86_64"
- name: Upload Linux Build Artifact
uses: actions/upload-artifact@v4