Skip to content

Commit

Permalink
RUMM-1467 Update xcframeworks script to exclude crash reporting art…
Browse files Browse the repository at this point in the history
…ifacts from release asset
  • Loading branch information
ncreated committed Jul 5, 2021
1 parent 5715a5c commit c6215de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/distribution/make_distro_builds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ cleanup

# zip artifacts
cd Carthage/Build/

# skip crash reporting artifacts
rm -rf DatadogCrashReporting.xcframework
rm -rf CrashReporter.xcframework

zip --symlinks -r $OUT_FILENAME *.xcframework

# upload zip
Expand Down

0 comments on commit c6215de

Please sign in to comment.