Skip to content

Commit 971a0f7

Browse files
authored
Update build_check.py
1 parent a1eab44 commit 971a0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ci/build_check.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ def main():
354354

355355
if os.path.exists(src_path):
356356
src_url = s3_helper.upload_build_file_to_s3(
357-
src_path, s3_path_prefix + "/clickhouse-" + version.string + ".src.tar.gz"
357+
Path(src_path), s3_path_prefix + "/clickhouse-" + version.string + ".src.tar.gz"
358358
)
359359
logging.info("Source tar %s", src_url)
360360
else:

0 commit comments

Comments
 (0)