Skip to content

Commit 050b3dc

Browse files
committed
updated spec file name.
1 parent 9b5232e commit 050b3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/copy_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def main(bucket_name: str, repo_name: str):
3737

3838
print(dst_json_file)
3939

40-
upload_to_s3(dst_json_file, bucket_name, repo_name)
40+
upload_to_s3("spec.json", bucket_name, repo_name)
4141

4242
print("[DONE] Processing complete.")
4343
return 0

0 commit comments

Comments
 (0)