Skip to content

Commit f110cb6

Browse files
committed
Fix zip directory.
1 parent e43f959 commit f110cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/Release/Sources/Release.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ struct Release: AsyncParsableCommand {
4141
}
4242

4343
mutating func zipBinary(at libraryDirectory: URL) throws -> (URL, String) {
44-
let zipFileURL = buildDirectory.appending(component: "MatrixSDKFFI.xcframework.zip")
44+
let zipFileURL = packageDirectory.appending(component: "MatrixSDKFFI.xcframework.zip")
4545
if FileManager.default.fileExists(atPath: zipFileURL.path()) {
4646
info("Deleting old framework")
4747
try FileManager.default.removeItem(at: zipFileURL)

0 commit comments

Comments
 (0)