fix: Fix file decompression issue (#10333)

This commit is contained in:
2025-09-10 22:23:25 +08:00 committed by GitHub
parent 7742e3da38
commit 291b594ad9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -686,6 +686,7 @@ func (f FileOp) decompressWithSDK(srcFile string, dst string, cType CompressType
if err != nil {
return err
}
return nil
}
handler := func(ctx context.Context, archFile archiver.File) error {