Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 13b8581

Browse files
committed
chore(workflow): always upload proguard mappings for release builds
1 parent f325f82 commit 13b8581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
name: apk-x86_64-${{ matrix.build_type }}
9898
path: app-x86_64-${{ matrix.build_type }}.apk
9999
- name: Upload ${{ matrix.build_type }} mappings
100-
if: ${{ matrix.build_type == 'release' }}
100+
if: ${{ always() && matrix.build_type == 'release' }}
101101
uses: actions/upload-artifact@v4
102102
with:
103103
name: release-mappings

0 commit comments

Comments
 (0)