File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Tools/build-swiftly-release Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ struct BuildSwiftlyRelease: AsyncParsableCommand {
162162 let data = Data ( contents)
163163 try data. write ( to: buildCheckoutsDir / " libarchive- \( libArchiveVersion) .tar.gz " )
164164
165- let libArchiveTarShaActual = try await sys. sha256sum ( files: buildCheckoutDir / " libarchive- \( libArchiveVersion) .tar.gz " ) . output ( currentPlatform)
165+ let libArchiveTarShaActual = try await sys. sha256sum ( files: buildCheckoutsDir / " libarchive- \( libArchiveVersion) .tar.gz " ) . output ( currentPlatform)
166166 guard let libArchiveTarShaActual, libArchiveTarShaActual. starts ( with: libArchiveTarSha) else {
167167 let shaActual = libArchiveTarShaActual ?? " none "
168168 throw Error ( message: " The libarchive tar.gz file sha256sum is \( shaActual) , but expected \( libArchiveTarSha) " )
You can’t perform that action at this time.
0 commit comments