https://github.com/dulvui/libgdx-android-upload
Github Action to release an Android libGDX application to Google Play Store
https://github.com/dulvui/libgdx-android-upload
Last synced: about 1 year ago
JSON representation
Github Action to release an Android libGDX application to Google Play Store
- Host: GitHub
- URL: https://github.com/dulvui/libgdx-android-upload
- Owner: dulvui
- License: mit
- Created: 2022-10-30T06:58:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T11:37:25.000Z (about 3 years ago)
- Last Synced: 2025-03-06T05:36:41.134Z (over 1 year ago)
- Size: 21.5 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# libgdx-android-upload
Github Action to upload an Android libGDX application to Google Play Store
If you have problems with the action or need help simply open an issue.
## Table of contents
- [libgdx-android-upload](#libgdx-android-upload)
- [Table of contents](#table-of-contents)
- [Requirements](#requirements)
- [Parameters](#parameters)
- [Working examples](#working-examples)
- [License](#license)
## Requirements
- Google Play Store Developer Account
- Google Service Account JSON file
- libGDX Android Project
## Parameters
| key | required | default | description |
| ----|----------|---------|-------------|
| package-name | true | | Android package name |
| release-track | false | internal | Release track: production, beta, alpha, internalsharing, internal |
| service-account-json | false | service-account.json | Path tho your Google service-account.json file |
| working-directory | false | . | Path to the source code of the game |
| changes-not-sent-for-review | false | false | Indicates that the changes in this edit will not be reviewed until they are explicitly sent for review from the Google Play Console. |
## Working examples
You an find a working examples here:
https://github.com/dulvui/sn4ke/blob/main/.github/workflows/upload-android.yml
## License
This software is licensed under the [MIT license](LICENSE).