We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c89e88 + 68b1f76 commit 75bac32Copy full SHA for 75bac32
Sources/XCRemoteCache/Commands/Prebuild/Prebuild.swift
@@ -91,6 +91,7 @@ class Prebuild {
91
switch artifactPreparationResult {
92
case .artifactExists(let artifactDir):
93
infoLog("Artifact exists locally at \(artifactDir)")
94
+ _ = try artifactsOrganizer.prepare(artifact: artifactDir)
95
try artifactsOrganizer.activate(extractedArtifact: artifactDir)
96
case .preparedForArtifact(let artifactPackage):
97
infoLog("Downloading artifact to \(artifactPackage)")
0 commit comments