Skip to content

Commit 6daa837

Browse files
authored
fix: ci deps updater (#1968)
* Change subdir * Debug this in PR * Revert push
1 parent 7273303 commit 6daa837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter/scripts/generate-cocoa-bindings.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ temp="cocoa_bindings_temp"
2929
rm -rf $temp
3030
mkdir -p $temp
3131
curl -Lv https://github.com/getsentry/sentry-cocoa/releases/download/$cocoa_version/Sentry.xcframework.zip -o $temp/Sentry.xcframework.zip
32-
subdir="Carthage/Build/Sentry.xcframework/macos-arm64_x86_64/Sentry.framework"
32+
subdir="Sentry.xcframework/macos-arm64_x86_64/Sentry.framework"
3333
unzip -q $temp/Sentry.xcframework.zip "$subdir/*" -d $temp
3434
mv "$temp/$subdir" $temp/Sentry.framework
3535

0 commit comments

Comments
 (0)