fix: Fix file decompression issue (#10333)

This commit is contained in:
2025-09-10 14:23:25 +00:00
committed by GitHub
parent 7742e3da38
commit 291b594ad9
+1
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 {