Actually fix the post-build command.
This commit is contained in:
@@ -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)"
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user