Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matinzd/cafebazaar-release
- Owner: matinzd
- License: apache-2.0
- Created: 2021-11-21T18:59:35.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-22T00:29:59.000Z (almost 3 years ago)
- Last Synced: 2024-09-14T08:59:01.842Z (2 months ago)
- Language: JavaScript
- Size: 315 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
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.