diff --git a/.github/workflows/publish_web.yml b/.github/workflows/publish_web.yml index aa6d307d..39f76540 100644 --- a/.github/workflows/publish_web.yml +++ b/.github/workflows/publish_web.yml @@ -47,7 +47,7 @@ jobs: } - name: Deploy to Netlify - uses: nwtgck/actions-netlify@v1.2 + uses: nwtgck/actions-netlify@v2.0 env: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_SITE_ID: ${{ steps.channel.outputs.result }} diff --git a/windows/CMakeLists.txt b/windows/CMakeLists.txt index d6e77795..0f4dc363 100644 --- a/windows/CMakeLists.txt +++ b/windows/CMakeLists.txt @@ -46,6 +46,10 @@ add_subdirectory(${FLUTTER_MANAGED_DIR}) # Application build add_subdirectory("runner") +# Temporary fix for bug in Firebase plugin. +# See: https://github.com/firebase/flutterfire/issues/10931 +set(CMAKE_BUILD_TYPE "Release") + # Generated plugin build rules, which manage building the plugins and adding # them to the application. include(flutter/generated_plugins.cmake)