Skip to content

Commit bdbbf6f

Browse files
committed
ci: upload debug APK as artifact for easy phone testing
1 parent 76e8664 commit bdbbf6f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ jobs:
7171
- name: Build debug APK
7272
run: ./gradlew assembleDebug --no-daemon
7373

74+
- name: Upload debug APK
75+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
76+
with:
77+
name: kidsync-debug-apk
78+
path: android/app/build/outputs/apk/debug/app-debug.apk
79+
retention-days: 30
80+
7481
- name: Upload lint report
7582
if: always()
7683
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0

0 commit comments

Comments
 (0)