chore: fixed pipfall
Some checks failed
Build Release / Linux Export (pull_request) Failing after 1m44s
Build Release / Windows Export (pull_request) Successful in 2m48s
Build Release / Create Release (pull_request) Has been skipped

This commit is contained in:
2026-03-17 23:30:11 +01:00
parent 926a1e8aa0
commit 248496db91

View File

@@ -44,9 +44,8 @@ jobs:
GODOT_CFG="$(find ~/.config/godot -name "editor_settings-*.tres" | head -n 1 || true)"
if [ -z "$GODOT_CFG" ]; then
# No settings file exists → create a new one
GODOT_CFG="$HOME/.config/godot/editor_settings-4.tres"
echo "# Godot editor settings" > "$GODOT_CFG"
echo "# Missing Godot editor settings" > "$GODOT_CFG"
exit 1
fi
# Set the Blender path
@@ -62,6 +61,7 @@ jobs:
echo "Blender path configured in $GODOT_CFG"
- name: Windows Build
shell: bash
run: |
set -Eeuo pipefail
mkdir -v -p build/windows