We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43f959 commit f110cb6Copy full SHA for f110cb6
Tools/Release/Sources/Release.swift
@@ -41,7 +41,7 @@ struct Release: AsyncParsableCommand {
41
}
42
43
mutating func zipBinary(at libraryDirectory: URL) throws -> (URL, String) {
44
- let zipFileURL = buildDirectory.appending(component: "MatrixSDKFFI.xcframework.zip")
+ let zipFileURL = packageDirectory.appending(component: "MatrixSDKFFI.xcframework.zip")
45
if FileManager.default.fileExists(atPath: zipFileURL.path()) {
46
info("Deleting old framework")
47
try FileManager.default.removeItem(at: zipFileURL)
0 commit comments