Compare commits

2 Commits

Author SHA1 Message Date
4a6703f79a 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
2026-03-15 23:00:46 +01:00
560b04bba2 fix: update exclude_filter for Web and Linux presets to exclude .blend files 2026-03-15 22:44:51 +01:00
2 changed files with 6 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ jobs:
- name: Build - name: Build
id: 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: with:
EXPORT_PRESET_NAME: ${{ matrix.preset }} EXPORT_PRESET_NAME: ${{ matrix.preset }}
INSTALL_BLENDER: "true" INSTALL_BLENDER: "true"

View File

@@ -7,7 +7,7 @@ dedicated_server=false
custom_features="" custom_features=""
export_filter="all_resources" export_filter="all_resources"
include_filter="" include_filter=""
exclude_filter="" exclude_filter="*.blend"
export_path="" export_path=""
patches=PackedStringArray() patches=PackedStringArray()
patch_delta_encoding=false patch_delta_encoding=false
@@ -50,15 +50,15 @@ threads/godot_pool_size=4
[preset.1] [preset.1]
name="Linux/X11\"" name="Linux/X11"
platform="Linux" platform="Linux"
runnable=true runnable=true
dedicated_server=false dedicated_server=false
custom_features="" custom_features=""
export_filter="all_resources" export_filter="all_resources"
include_filter="" include_filter=""
exclude_filter="" exclude_filter="*.blend"
export_path="" export_path="<null>"
patches=PackedStringArray() patches=PackedStringArray()
patch_delta_encoding=false patch_delta_encoding=false
patch_delta_compression_level_zstd=19 patch_delta_compression_level_zstd=19
@@ -104,7 +104,7 @@ dedicated_server=false
custom_features="" custom_features=""
export_filter="all_resources" export_filter="all_resources"
include_filter="" include_filter=""
exclude_filter="" exclude_filter="*.blend"
export_path="" export_path=""
patches=PackedStringArray() patches=PackedStringArray()
patch_delta_encoding=false patch_delta_encoding=false