Closed stephenmichaelf closed 4 years ago
There was a bug in this code when uploading a task zip. We were processing the zip to get some file contents then recreating the stream. Instead, we should preserve the original file stream so that we don't break signing.
@T-Hugs after merge could we release the lib? Thanks!
@nkirchem For the release.
There was a bug in this code when uploading a task zip. We were processing the zip to get some file contents then recreating the stream. Instead, we should preserve the original file stream so that we don't break signing.