Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qhy040404/bugly-mapping-upload

Bugly mapping上传action
https://github.com/qhy040404/bugly-mapping-upload

Last synced: about 1 month ago
JSON representation

Bugly mapping上传action

Awesome Lists containing this project

README

        

# Bugly-mapping-upload

This tool can upload your app's minify mapping.

| Input | Description | Default | Required |
|--------------|------------------------------------------------|---------|----------|
| appid | The appid which can be found in Bugly setting | null | True |
| appkey | The appkey which can be found in Bugly setting | null | True |
| bundleid | Android: Package name
iOS: Bundle ID | null | True |
| version | App's version name (e.g. `v1.0.0`) | null | True |
| platform | App's platform (`Android` or `IOS`) | null | True |
| inputMapping | (Only in Android) Mapping folder | null | False |

## Usage

```yaml
- uses: qhy040404/Bugly-mapping-upload@v1
with:
appid: ${{ secrets.BUGLY_APPID }}
appkey: ${{ secrets.BUGLY_APPKEY }}
bundleid:
version: ${{ github.ref_name }}
platform:
inputMapping: 'app/build/outputs/mapping/release' # Android
```