[CI] Upload app mapping (#1143)

This commit is contained in:
vvb2060 2021-09-19 14:32:49 +08:00 committed by GitHub
parent 3480410262
commit ede52c1cbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -96,7 +96,9 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: mappings
path: "core/build/outputs/mapping/release"
path: |
"core/build/outputs/mapping/release"
"app/build/outputs/mapping/release"
- name: Post to channel
if: ${{ github.event_name != 'pull_request' && success() && github.ref == 'refs/heads/master' }}
env:

View File

@ -25,7 +25,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:7.1.0-alpha11")
classpath("com.android.tools.build:gradle:7.1.0-alpha12")
classpath("org.eclipse.jgit:org.eclipse.jgit:5.12.0.202106070339-r")
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.4.0-alpha08")
}