From 70f30c2fa74e7fca10c7d8e14d0e51f3b8dfccdd Mon Sep 17 00:00:00 2001 From: Ovler Date: Mon, 16 Oct 2023 13:19:48 +0800 Subject: [PATCH] test --- .github/workflows/android.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 64e865f..922543d 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -28,4 +28,9 @@ jobs: uses: actions/upload-artifact@v3 with: name: my-artifact - path: app/build/outputs/apk/*.apk + path: app/build/outputs + - name: Upload lint + uses: actions/upload-artifact@v3 + with: + name: my-artifact + path: app/build/reports