Skip to content

Commit be03c99

Browse files
brvale97claude
andcommitted
Add debug APK artifact upload to CI workflow
Uploads the debug APK as a downloadable artifact after each build, so it can be tested directly from GitHub Actions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1ff0fea commit be03c99

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
- name: Build debug APK
3838
run: ./gradlew assembleDebug
3939

40+
- name: Upload debug APK
41+
uses: actions/upload-artifact@v4
42+
with:
43+
name: groq-android-debug
44+
path: app/build/outputs/apk/debug/app-debug.apk
45+
4046
- name: Run lint
4147
run: ./gradlew lintDebug
4248

0 commit comments

Comments
 (0)