ci: 更新 CI 工作流

- 更新 .github/workflows/README.md
- 更新 .github/workflows/android-release.yml

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
iammm0
2026-02-13 10:04:59 +08:00
parent 9198500c1f
commit c35cbaa94e
2 changed files with 3 additions and 3 deletions

View File

@@ -293,9 +293,9 @@ git tag v1.0.0 && git push origin v1.0.0
## APK 命名规则
APK 文件命名格式:`岁月书_v{版本号}_release.apk`
APK 文件命名格式:`岁月书_v{版本号}_release.apk`
示例:`岁月书_v1.0.0_release.apk`
示例:`岁月书_v1.0.0_release.apk`
## 故障排查

View File

@@ -12,7 +12,7 @@ on:
type: string
env:
APP_NAME: 岁月
APP_NAME: 岁月
jobs:
build-release-apk: