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