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

This commit is contained in:
2026-06-22 10:29:18 -06:00
parent 9e94a5d236
commit ba0c349045
+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 "mkdir -v -p ~/.local/share/godot/export_templates/ && ln -s /root/.local/share/godot/export_templates/* ~/.local/share/godot/export_templates/ && mkdir -v -p build/linux && godot --headless --export-release 'Linux' build/linux/godot_number_factory.x86_64"
args: -c "godot --headless --export-release 'Linux' build/linux/godot_number_factory.x86_64"
- name: Upload Linux Build Artifact
uses: actions/upload-artifact@v4