Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joutvhu/publish-android

GitHub Action to upload an Android release (.apk or .aab) to the Google Play Store
https://github.com/joutvhu/publish-android

actions android github google-play-store publish

Last synced: 3 months ago
JSON representation

GitHub Action to upload an Android release (.apk or .aab) to the Google Play Store

Awesome Lists containing this project

README

        

# Publish Android

This GitHub Action to upload an Android release (.apk or .aab) to the Google Play Store.

## Usage

See [action.yml](action.yml)

## Example

```yaml
uses: joutvhu/publish-android@v1
with:
serviceAccountJson: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_JSON }}
packageName: com.example.MyApp
releaseFile: |
app/build/outputs/bundle/release/app-release-1.aab
app/build/outputs/bundle/release/app-release-2.aab
track: production
status: inProgress
inAppUpdatePriority: 2
userFraction: 0.25
whatsNewDirectory: distribution/whatsnew
mappingFile: app/build/outputs/mapping/release/mapping.txt
```