Fix the post-build command.
This commit is contained in:
@@ -13,7 +13,8 @@ struct CI: ParsableCommand {
|
||||
RunTests.self,
|
||||
ConfigureNightly.self,
|
||||
ConfigureProduction.self,
|
||||
TagNightly.self
|
||||
TagNightly.self,
|
||||
UploadDSYMs.self
|
||||
])
|
||||
|
||||
static let testOutputDirectory = "test_output"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user