mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-31 19:05:00 +07:00
Remove unnused line from bundle-mac (#48972)
Closes #ISSUE - [ ] Tests or screenshots needed? - [ ] Code Reviewed - [ ] Manual QA Release Notes: - N/A
This commit is contained in:
parent
4f2a277a63
commit
b8df3374bb
1 changed files with 0 additions and 1 deletions
|
|
@ -310,7 +310,6 @@ function upload_debug_symbols() {
|
|||
fi
|
||||
# note: this uploads the unstripped binary which is needed because it contains
|
||||
# .eh_frame data for stack unwinding. see https://github.com/getsentry/symbolic/issues/783
|
||||
sentry-cli debug-files upload --include-sources --wait -p zed -o zed-dev \
|
||||
# Try uploading up to 3 times
|
||||
for attempt in 1 2 3; do
|
||||
echo "Sentry upload attempt $attempt..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue