Skip to content

Commit d9bdd58

Browse files
committed
fix: 文件名错误
1 parent a26335d commit d9bdd58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def create_upstream_metadata(all_tags: List[str], current_tag: str,
119119

120120
# 为当前tag添加下载信息
121121
if tag == current_tag:
122-
package_filename = f"kicad-libraries-{tag}.zip"
122+
package_filename = f"sifli-kicad-libraries-{tag}.zip"
123123
download_url = f"{repo_info['download_base']}/{tag}/{package_filename}"
124124

125125
version_info.update({

0 commit comments

Comments
 (0)