test release #5
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user