From d271412a99ae6ad4b7f2d7bec1d6bd01909beb30 Mon Sep 17 00:00:00 2001 From: Jagandeep Brar Date: Sat, 13 May 2023 12:55:09 -0400 Subject: [PATCH] chore(ci): update nwtgck/actions-netlify to v2.0 --- .github/workflows/publish_web.yml | 2 +- windows/CMakeLists.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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)