From 6914c70ee576c43555230c55892e2438f05660ff Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Wed, 20 Sep 2023 15:59:59 +0200 Subject: [PATCH 1/2] [godot] Fix C# packaging --- .github/workflows/spine-godot-v4.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spine-godot-v4.yml b/.github/workflows/spine-godot-v4.yml index ccc698f37..48813d85d 100644 --- a/.github/workflows/spine-godot-v4.yml +++ b/.github/workflows/spine-godot-v4.yml @@ -451,8 +451,8 @@ jobs: ls -lahR mv godot.windows.editor.x86_64.mono.exe godot-$BRANCH-$GODOT_TAG-mono.exe mv godot.linuxbsd.editor.x86_64.mono godot-$BRANCH-$GODOT_TAG-mono - zip godot-editor-windows-mono.zip godot-$BRANCH-$GODOT_TAG-mono.exe GodotSharp - zip godot-editor-linux-mono.zip godot-$BRANCH-$GODOT_TAG-mono GodotSharp + zip -r godot-editor-windows-mono.zip godot-$BRANCH-$GODOT_TAG-mono.exe GodotSharp + zip -r godot-editor-linux-mono.zip godot-$BRANCH-$GODOT_TAG-mono GodotSharp mv godot-editor-macos.zip godot-editor-macos-mono.zip aws s3 cp godot-editor-windows-mono.zip s3://spine-godot/$BRANCH/$GODOT_TAG/ aws s3 cp godot-editor-linux-mono.zip s3://spine-godot/$BRANCH/$GODOT_TAG/ From ae87c777d258375f79260d58ffb04b5b9211b7e7 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Wed, 20 Sep 2023 16:11:48 +0200 Subject: [PATCH 2/2] [godot] Fix VulkanSDK version for now. --- spine-godot/build/install-macos-vulkan-sdk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-godot/build/install-macos-vulkan-sdk.sh b/spine-godot/build/install-macos-vulkan-sdk.sh index 8e41356f8..8d1bfdd04 100755 --- a/spine-godot/build/install-macos-vulkan-sdk.sh +++ b/spine-godot/build/install-macos-vulkan-sdk.sh @@ -2,7 +2,7 @@ set -euo pipefail IFS=$'\n\t' # Download and install the Vulkan SDK. -curl -L "https://sdk.lunarg.com/sdk/download/1.2.250/mac/vulkan-sdk.dmg" -o /tmp/vulkan-sdk.dmg +curl -L "https://sdk.lunarg.com/sdk/download/1.3.250.1/mac/vulkansdk-macos-1.3.250.1.dmg" -o /tmp/vulkan-sdk.dmg hdiutil attach /tmp/vulkan-sdk.dmg -mountpoint /Volumes/vulkan-sdk /Volumes/vulkan-sdk/InstallVulkan.app/Contents/MacOS/InstallVulkan \ --accept-licenses --default-answer --confirm-command install