Build deez syms

This commit is contained in:
Ben Meadors 2025-07-30 13:14:58 -05:00
parent 364d8cc01c
commit 42d83a107a

View file

@ -66,7 +66,7 @@ jobs:
# Upload all dSYM files to Datadog
if [ -d "./build/dSYMs" ] && [ "$(find ./build/dSYMs -name "*.dSYM" -type d | wc -l)" -gt 0 ]; then
echo "Uploading dSYM files to Datadog..."
datadog-ci dsyms upload ./build/dSYMs --dry-run=false
datadog-ci dsyms upload ./build/dSYMs
else
echo "No dSYM files found to upload"
exit 1