[ci] Fix mappings uploading path

This commit is contained in:
Wang Han 2021-09-20 09:17:53 +08:00 committed by GitHub
parent ede52c1cbb
commit f364e1cafd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -97,8 +97,8 @@ jobs:
with:
name: mappings
path: |
"core/build/outputs/mapping/release"
"app/build/outputs/mapping/release"
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: