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