Skip to content

Commit cb41911

Browse files
committed
Attempt to compute the checksums
1 parent 63d7f50 commit cb41911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xcfs/Sources/build/main.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ for scheme in schemes {
4545
try cd(".build") {
4646
let zip = "\(scheme).xcframework.zip"
4747
try sh("zip --symlinks -r \(zip) \(scheme).xcframework")
48-
// let chksum = try sha(path: zip)
49-
// checksums.append([zip, chksum])
48+
let chksum = try sha(path: zip)
49+
checksums.append([zip, chksum])
5050
}
5151
}
5252

0 commit comments

Comments
 (0)