diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae82e297..ccf112ab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: - name: Decode google-services.json env: FIREBASE_SECRET: ${{ secrets.FIREBASE_SECRET }} - run: echo $FIREBASE_SECRET > example/android/app/google-services.json + run: echo $FIREBASE_SECRET > ./example/android/app/google-services.json - uses: actions/checkout@v2 - uses: actions/setup-java@v1 with: