From f2d0da4af50a9f21c50d0eb253b182e8578dfdb3 Mon Sep 17 00:00:00 2001 From: anran Date: Fri, 30 Jan 2026 03:19:24 +0800 Subject: [PATCH] chore: ci upload apk --- .gitea/workflows/ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f315152..1f2c2e4 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -37,3 +37,15 @@ jobs: - name: Build (Android) run: ./gradlew :composeApp:assembleDebug :composeApp:testDebugUnitTest --no-daemon --stacktrace + + - name: Upload APK + uses: actions/upload-artifact@v4 + with: + name: android-apk + path: composeApp/build/outputs/apk/debug/*.apk + + - name: Upload Test Report + uses: actions/upload-artifact@v4 + with: + name: test-report + path: composeApp/build/reports/tests/testDebugUnitTest/