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 b2b8ece commit 5962d78Copy full SHA for 5962d78
.github/workflows/android.yml
@@ -27,14 +27,16 @@ jobs:
27
- name: Build Release
28
run: ./gradlew assembleUniversalRelease
29
30
- - name: Upload a Build Artifact
+ - name: Upload a Debug Artifact
31
uses: actions/upload-artifact@v4
32
with:
33
name: rvxp-ci-debug-apk
34
path: app/build/outputs/apk/universal/debug
35
36
+ - name: Upload a Release Artifact
37
38
39
name: rvxp-ci-release-apk
40
- path: app/build/outputs/apk/universal/release
+ path: |
41
+ app/build/outputs/apk/universal/release
42
+ app/build/outputs/mapping/universalRelease/mapping.txt
0 commit comments