We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf63af1 commit 7f6e620Copy full SHA for 7f6e620
1 file changed
.github/workflows/build.yml
@@ -41,11 +41,13 @@ jobs:
41
run: ls -R app/build/outputs/apk/
42
43
- name: Rename APK
44
- run: mv app/build/outputs/apk/**/*.apk claims-comores-test.apk
+ run: mv app/build/outputs/apk/debug/*.apk claims-comores-test.apk
45
46
- name: List APK files
47
run: ls -l claims-comores-test.apk
48
49
+
50
51
- name: Upload APK
52
uses: actions/upload-artifact@v4
53
with:
0 commit comments