From 919c12290d1ab6a64210dc50bcfec96118ba3869 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Tue, 12 Jan 2021 11:11:52 +0100 Subject: [PATCH] fix build action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 46bf0c61..c83f3635 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,4 +61,4 @@ jobs: 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 + file: packages/flutter_widgets/example/build/app/outputs/apk/release/app-release.apk \ No newline at end of file