ci: guard macOS mv if export fails
Release / Build & Release (push) Failing after 5m45s

This commit is contained in:
2026-07-04 01:48:36 +08:00
parent 869f670605
commit 7e6e0f7bef
+3 -1
View File
@@ -65,7 +65,9 @@ jobs:
run: |
mkdir -p build/macos
godot --headless --export-release "macOS" build/macos/tekton_armageddon_macos.zip 2>&1 | tail -5 || true
mv build/macos/tekton_armageddon_macos.zip build/tekton_armageddon_macos_${TAG_NAME}.zip
if [ -f build/macos/tekton_armageddon_macos.zip ]; then
mv build/macos/tekton_armageddon_macos.zip build/tekton_armageddon_macos_${TAG_NAME}.zip
fi
- name: Create Gitea Release
run: |