feat: separate Chinese display name and English packaging name

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-28 08:54:43 +08:00
parent aef449e0e4
commit edf2bdada6
11 changed files with 104 additions and 28 deletions

View File

@@ -8,7 +8,11 @@ on:
required: true
type: string
app_name:
description: Application display name
description: Application display name (Chinese)
required: true
type: string
app_name_en:
description: Application English name for packaging
required: true
type: string
app_identifier:
@@ -22,6 +26,7 @@ permissions:
env:
JOB_ID: ${{ inputs.job_id }}
APP_NAME: ${{ inputs.app_name }}
APP_NAME_EN: ${{ inputs.app_name_en }}
APP_IDENTIFIER: ${{ inputs.app_identifier }}
NDK_VERSION: "27.2.12479018"
@@ -168,7 +173,7 @@ jobs:
tag_name: build-${{ inputs.job_id }}
name: Web2App ${{ inputs.app_name }} (${{ inputs.job_id }})
body: |
Automated build for **${{ inputs.app_name }}** (`${{ inputs.app_identifier }}`).
Automated build for **${{ inputs.app_name }}** (English: `${{ inputs.app_name_en }}`, ID: `${{ inputs.app_identifier }}`).
- Windows desktop installer/portable binary
- Android APK (demo signing, sideload only)