Skip to content

Commit fc0ba4d

Browse files
committed
Add apk upload to CI
1 parent 9cf3a58 commit fc0ba4d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ jobs:
2424
- name: Build
2525
working-directory: ${{ env.PROJECT_PATH }}
2626
run: ./gradlew assemble
27+
- name: Upload APK
28+
uses: actions/upload-artifact@v4
29+
with:
30+
name: mct-debug-apk
31+
path: ${{ env.PROJECT_PATH }}/app/build/outputs/apk/debug/app-debug.apk

0 commit comments

Comments
 (0)