Skip to content

Commit 7f6e620

Browse files
committed
claims automatic build3
1 parent bf63af1 commit 7f6e620

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,13 @@ jobs:
4141
run: ls -R app/build/outputs/apk/
4242

4343
- name: Rename APK
44-
run: mv app/build/outputs/apk/**/*.apk claims-comores-test.apk
44+
run: mv app/build/outputs/apk/debug/*.apk claims-comores-test.apk
4545

4646
- name: List APK files
4747
run: ls -l claims-comores-test.apk
4848

49+
50+
4951
- name: Upload APK
5052
uses: actions/upload-artifact@v4
5153
with:

0 commit comments

Comments
 (0)