Last active
November 2, 2017 09:19
-
-
Save reddavis/3dca67182d4913b25e438525683fe248 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd $BUDDYBUILD_PRODUCT_DIR | |
ls **/*.dSYM/Contents/Resources/DWARF/* | while read line; do | |
echo "Uploading $line" | |
echo "Running: curl https://upload.bugsnag.com/ -F 'dsym=@$line'" | |
curl https://upload.bugsnag.com/ -F "dsym=@$line" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment