guanzi008/应用投递助手 App Update
Update an existing deepin/UOS app store application from packages or a workbook.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| username | deepin/UOS app store account name. | yes | — |
| password | deepin/UOS app store account password. | yes | — |
| packages | Newline-separated package paths to upload for an existing app update. | no | "" |
| workbook | Workbook path for app metadata, package, and compatibility updates. | no | "" |
| app-id | Existing app id. If omitted, the action matches by package name. | no | "" |
| note | Release note or update description. | no | "" |
| mode | Submission mode passed to upload_batch. | no | api |
| rows | Optional row selector for workbook uploads. | no | "" |
| output-dir | Directory where report.json and report.xlsx are written. | no | appstore-output |
| capabilities-cache | Directory used for cached store capabilities. | no | .utpublisher/capabilities |
| sync-capabilities | Whether to sync store capability metadata before uploading. | no | true |
| test-only | Only verify credentials by syncing capability metadata, then exit without submitting packages or workbook data. | no | false |
| icon | Optional icon path to replace the app icon. | no | "" |
| screenshots | Optional newline-separated screenshot paths to replace app screenshots. | no | "" |
| region | Optional release region override. | no | "" |
| pkg-channel | Optional package channel override. | no | "" |
| release-key | Release grouping key used by direct package uploads. | no | direct-update |
| headless | Use headless browser mode when mode=browser. | no | true |
| install-system-packages | Install Linux command-line tools needed by package inspectors. | no | true |
Outputs
| name | description |
|---|---|
| output-dir | Directory containing generated reports. |
| report-path | JSON report path. |