Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/qhy040404/bugly-mapping-upload
- Owner: qhy040404
- Created: 2022-08-27T01:46:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T04:33:34.000Z (about 1 year ago)
- Last Synced: 2024-03-15T21:05:02.059Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 47.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```