[ci] Fix mappings uploading path
This commit is contained in:
parent
ede52c1cbb
commit
f364e1cafd
|
|
@ -97,8 +97,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: mappings
|
name: mappings
|
||||||
path: |
|
path: |
|
||||||
"core/build/outputs/mapping/release"
|
core/build/outputs/mapping/release
|
||||||
"app/build/outputs/mapping/release"
|
app/build/outputs/mapping/release
|
||||||
- name: Post to channel
|
- name: Post to channel
|
||||||
if: ${{ github.event_name != 'pull_request' && success() && github.ref == 'refs/heads/master' }}
|
if: ${{ github.event_name != 'pull_request' && success() && github.ref == 'refs/heads/master' }}
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue