From befdbccaa032da93110dc6327cbe72ff6a267501 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Fri, 15 Jan 2021 15:58:54 +0100 Subject: [PATCH] update build.yml --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93a4d7a6..388d0e05 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,9 +63,10 @@ jobs: cd example flutter build apk - name: Deploy - uses: wzieba/Firebase-Distribution-Github-Action@v1.2.1 + uses: wzieba/Firebase-Distribution-Github-Action@v1.3.2 with: appId: ${{secrets.FIREBASE_ANDROID_APPID}} token: ${{secrets.FIREBASE_TOKEN}} groups: stream-testers - file: example/build/app/outputs/apk/release/app-release.apk \ No newline at end of file + debug: true + file: ./example/build/app/outputs/apk/release/app-release.apk \ No newline at end of file