mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Build deez syms
This commit is contained in:
parent
364d8cc01c
commit
42d83a107a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/macos-dSYM.yml
vendored
2
.github/workflows/macos-dSYM.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue