We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0435d2 commit 7a310ceCopy full SHA for 7a310ce
.github/workflows/deployment.yml
@@ -191,6 +191,7 @@ jobs:
191
name: ${{ matrix.file }}-mapping.txt
192
path: code/build/app/outputs/mapping/release/mapping.txt
193
- name: Upload the release assets — ${{ matrix.file }}-mapping.txt file
194
+ if: matrix.file == 'apk' || matrix.file == 'aab'
195
uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2
196
with:
197
upload_url: ${{ github.event.release.upload_url }}
0 commit comments