Skip to content

Commit

Permalink
chore(ci): update nwtgck/actions-netlify to v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JagandeepBrar committed May 13, 2023
1 parent b1a5139 commit d271412
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 4 additions & 0 deletions windows/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d271412

Please sign in to comment.