diff --git a/agent/utils/files/file_op.go b/agent/utils/files/file_op.go index ffa25e97b..c8f1717db 100644 --- a/agent/utils/files/file_op.go +++ b/agent/utils/files/file_op.go @@ -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 {