test release #5

Merged
haylan merged 61 commits from main into release 2026-03-18 00:06:21 +01:00
Showing only changes of commit 248496db91 - Show all commits

View File

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