Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matinzd/cafebazaar-release

Github action to upload release assets to cafe bazaar
https://github.com/matinzd/cafebazaar-release

Last synced: about 1 month ago
JSON representation

Github action to upload release assets to cafe bazaar

Awesome Lists containing this project

README

        

# Upload android release to cafe bazaar store

You can upload your app to Cafebazaar using this github actions. It supports both `.apk` and `.aab`.

# Inputs

| Parameter | Description | Required | Default |
| ------------------------------- | ----------------------------------------------------------------------------- | -------- | ----------------------- |
| cafebazaar-pishkhaan-api-secret | Cafe Bazaar API Secret | true | N/A |
| app_file | Path to APK/AAB file, by default it will pick first apk or aab in directories | false | `["**/*.apk","**/*.aab"]` |
| staged_rollout_percentage | Rollout percentage | false | 100 |
| auto_publish | Auto publish the package after approval | false | true |
| developer_note | Developer note for when publishing for administrators | false | N/A |
| changelog_fa | Changelog in persian | false | N/A |
| changelog_en | Changelog in english | false | N/A |

Feel free to open issues and make pull requests.