From 484fc61ad2b2f9ea429c962b7723acccdc3cfd90 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Fri, 8 Sep 2023 11:49:47 +0800 Subject: [PATCH] Update android_ci.yml --- .github/workflows/android_ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index 249abd2..c71cc17 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -6,7 +6,8 @@ jobs: android: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - name: Check out + uses: actions/checkout@v4 - name: Setup flutter uses: subosito/flutter-action@v2 with: @@ -29,6 +30,7 @@ jobs: SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }} SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }} - name: Upload artifact + uses: actions/upload-artifact@v3 with: name: app-release path: android/app/release/*.apk