Skip to content

Commit

Permalink
fix: ci deps updater (#1968)
Browse files Browse the repository at this point in the history
* Change subdir

* Debug this in PR

* Revert push
  • Loading branch information
buenaflor committed Apr 10, 2024
1 parent 7273303 commit 6daa837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter/scripts/generate-cocoa-bindings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6daa837

Please sign in to comment.