fix: update build action to use specific fork of godot-build-action
Some checks failed
Build Release / build (Linux/X11) (pull_request) Failing after 1m39s
Build Release / build (Web) (pull_request) Failing after 1m33s
Build Release / build (Windows) (pull_request) Failing after 1m33s

This commit is contained in:
2026-03-15 23:00:46 +01:00
parent 560b04bba2
commit 4a6703f79a

View File

@@ -37,7 +37,7 @@ jobs:
- name: Build
id: build
uses: mlm-games/godot-build-action@v1.3.1
uses: https://github.com/ArthurErlich/godot-build-action@patch-1 #mlm-games/godot-build-action@v1.3.1
with:
EXPORT_PRESET_NAME: ${{ matrix.preset }}
INSTALL_BLENDER: "true"