ci: 更新 CI 工作流
- 更新 .github/workflows/README.md - 更新 .github/workflows/android-release.yml Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
4
.github/workflows/README.md
vendored
4
.github/workflows/README.md
vendored
@@ -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`
|
||||
|
||||
## 故障排查
|
||||
|
||||
|
||||
2
.github/workflows/android-release.yml
vendored
2
.github/workflows/android-release.yml
vendored
@@ -12,7 +12,7 @@ on:
|
||||
type: string
|
||||
|
||||
env:
|
||||
APP_NAME: 岁月史书
|
||||
APP_NAME: 岁月时书
|
||||
|
||||
jobs:
|
||||
build-release-apk:
|
||||
|
||||
Reference in New Issue
Block a user