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 = """ let command = """
sentry-cli dif upload \ sentry-cli --url "\(url)" dif upload \
--auth-token "\(authToken)" \ --auth-token "\(authToken)" \
--org "\(orgSlug)" \ --org "\(orgSlug)" \
--project "\(projectSlug)" \ --project "\(projectSlug)" \
--url "\(url)" \ --log-level debug \
--log-level DEBUG \
"\(dsymPath)" "\(dsymPath)"
""" """