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 f325f82 commit 13b8581Copy full SHA for 13b8581
1 file changed
.github/workflows/build.yml
@@ -97,7 +97,7 @@ jobs:
97
name: apk-x86_64-${{ matrix.build_type }}
98
path: app-x86_64-${{ matrix.build_type }}.apk
99
- name: Upload ${{ matrix.build_type }} mappings
100
- if: ${{ matrix.build_type == 'release' }}
+ if: ${{ always() && matrix.build_type == 'release' }}
101
uses: actions/upload-artifact@v4
102
with:
103
name: release-mappings
0 commit comments