We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e8664 commit bdbbf6fCopy full SHA for bdbbf6f
1 file changed
.github/workflows/ci.yml
@@ -71,6 +71,13 @@ jobs:
71
- name: Build debug APK
72
run: ./gradlew assembleDebug --no-daemon
73
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
+
81
- name: Upload lint report
82
if: always()
83
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
0 commit comments