From 6daa837b45789cb21c8bb0075c58ad6f5e5e83b6 Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Wed, 10 Apr 2024 14:02:54 +0200 Subject: [PATCH] fix: ci deps updater (#1968) * Change subdir * Debug this in PR * Revert push --- flutter/scripts/generate-cocoa-bindings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter/scripts/generate-cocoa-bindings.sh b/flutter/scripts/generate-cocoa-bindings.sh index 3381089df5..0b653d0df1 100755 --- a/flutter/scripts/generate-cocoa-bindings.sh +++ b/flutter/scripts/generate-cocoa-bindings.sh @@ -29,7 +29,7 @@ temp="cocoa_bindings_temp" rm -rf $temp mkdir -p $temp curl -Lv https://github.com/getsentry/sentry-cocoa/releases/download/$cocoa_version/Sentry.xcframework.zip -o $temp/Sentry.xcframework.zip -subdir="Carthage/Build/Sentry.xcframework/macos-arm64_x86_64/Sentry.framework" +subdir="Sentry.xcframework/macos-arm64_x86_64/Sentry.framework" unzip -q $temp/Sentry.xcframework.zip "$subdir/*" -d $temp mv "$temp/$subdir" $temp/Sentry.framework