Skip to content

Commit 48b5b68

Browse files
committed
chore: 规范化压缩包名称
1 parent 4298ca3 commit 48b5b68

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- **SHA256**: `${{ steps.build.outputs.package_sha256 }}`
5959
6060
### Installation
61-
1. Download the `kicad-libraries-${{ steps.get_tag.outputs.tag }}.zip` file
61+
1. Download the `sifli-kicad-libraries-${{ steps.get_tag.outputs.tag }}.zip` file
6262
2. Extract to your KiCAD libraries directory
6363
3. Or install via KiCAD Package and Content Manager using the `metadata.json`
6464

scripts/build_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def create_library_package(current_tag: str) -> Dict[str, Any]:
180180
install_size = calculate_directory_size(temp_dir)
181181

182182
# 创建zip包
183-
package_filename = f"kicad-libraries-{current_tag}.zip"
183+
package_filename = f"sifli-kicad-libraries-{current_tag}.zip"
184184
package_path = Path(package_filename)
185185

186186
with zipfile.ZipFile(package_path, 'w', zipfile.ZIP_DEFLATED) as zipf:

0 commit comments

Comments
 (0)