Actually fix the post-build command.

This commit is contained in:
Doug
2026-03-05 17:41:24 +00:00
parent c2d0a2d7ee
commit 95135cbf2c

View File

@@ -29,12 +29,11 @@ struct UploadDSYMs: AsyncParsableCommand {
}
let command = """
sentry-cli dif upload \
sentry-cli --url "\(url)" dif upload \
--auth-token "\(authToken)" \
--org "\(orgSlug)" \
--project "\(projectSlug)" \
--url "\(url)" \
--log-level DEBUG \
--log-level debug \
"\(dsymPath)"
"""