Skip to content

Commit 7a310ce

Browse files
committed
Update deployment.yml
1 parent e0435d2 commit 7a310ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ jobs:
191191
name: ${{ matrix.file }}-mapping.txt
192192
path: code/build/app/outputs/mapping/release/mapping.txt
193193
- name: Upload the release assets — ${{ matrix.file }}-mapping.txt file
194+
if: matrix.file == 'apk' || matrix.file == 'aab'
194195
uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2
195196
with:
196197
upload_url: ${{ github.event.release.upload_url }}

0 commit comments

Comments
 (0)