Skip to content

Commit 5962d78

Browse files
committed
Actions: Include mapping.txt in release artifact
1 parent b2b8ece commit 5962d78

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/android.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,16 @@ jobs:
2727
- name: Build Release
2828
run: ./gradlew assembleUniversalRelease
2929

30-
- name: Upload a Build Artifact
30+
- name: Upload a Debug Artifact
3131
uses: actions/upload-artifact@v4
3232
with:
3333
name: rvxp-ci-debug-apk
3434
path: app/build/outputs/apk/universal/debug
3535

36-
- name: Upload a Build Artifact
36+
- name: Upload a Release Artifact
3737
uses: actions/upload-artifact@v4
3838
with:
3939
name: rvxp-ci-release-apk
40-
path: app/build/outputs/apk/universal/release
40+
path: |
41+
app/build/outputs/apk/universal/release
42+
app/build/outputs/mapping/universalRelease/mapping.txt

0 commit comments

Comments
 (0)