emertozd/Upload Android Release to Huawei AppGallery
An action to upload a signed Android release (.apk or .aab) to Huawei AppGallery
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| client-id | The Client Id generated from Connect API in AppGallery Connect under Users and permissions > Api Key > Connect API | yes | — |
| client-key | The Client Key generated from Connect API in AppGallery Connect under Users and permissions > Api Key > Connect API | yes | — |
| app-id | The App Id from App Information in AppGallery Connect | yes | — |
| file-extension | File name extension (apk/aab) | yes | apk |
| file-path | The file path to upload | yes | — |
| file-name | Desired file name shown on AppGallery Connect after upload. If not provided, defaults to 'app-release' | no | app-release |
| submit | Whether to submit automatically after upload | no | false |
| debug-logging | Flag to enable verbose log output | no | false |
Outputs
| name | description |
|---|---|
| appgallery_console_url | AppGallery console URL for the uploaded app |
| upload_status | Upload status (success/failed) |
| errorMessage | The error message if the action failed |