Fix the post-build command.

This commit is contained in:
Doug
2026-03-05 17:08:54 +00:00
parent 6a17ea1e7d
commit c2d0a2d7ee
2 changed files with 3 additions and 2 deletions

View File

@@ -13,7 +13,8 @@ struct CI: ParsableCommand {
RunTests.self,
ConfigureNightly.self,
ConfigureProduction.self,
TagNightly.self
TagNightly.self,
UploadDSYMs.self
])
static let testOutputDirectory = "test_output"

View File

@@ -9,7 +9,7 @@ fetch_unshallow_repository
# Upload dsyms no matter the workflow
# Perform this step before releasing to github in case it fails.
swift run -q tools upload-dsyms --dsym-path "$CI_ARCHIVE_PATH/dSYMs"
swift run -q tools ci upload-dsyms --dsym-path "$CI_ARCHIVE_PATH/dSYMs"
generate_what_to_test_notes