chore: 使用 workflows

This commit is contained in:
HuanCheng65 2022-02-06 20:36:37 +08:00
commit 1a2c9de478
1 changed files with 8 additions and 0 deletions

View File

@ -71,3 +71,11 @@ workflows:
token: $APP_CENTER_TOKEN token: $APP_CENTER_TOKEN
version-name: $APP_VERSION_NAME version-name: $APP_VERSION_NAME
version-code: $APP_VERSION_CODE version-code: $APP_VERSION_CODE
workflows:
version: 2
build_and_upload:
jobs:
- build
- upload_apk
- upload_mapping