Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joutvhu/publish-android
- Owner: joutvhu
- License: mit
- Created: 2022-07-15T16:27:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T07:01:42.000Z (over 1 year ago)
- Last Synced: 2024-11-07T09:09:10.251Z (3 months ago)
- Topics: actions, android, github, google-play-store, publish
- Language: JavaScript
- Homepage:
- Size: 865 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```