We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68fba5 commit a073932Copy full SHA for a073932
README.md
@@ -21,6 +21,8 @@ jobs:
21
steps:
22
- uses: actions/checkout@v2
23
24
+ # You can install flutter prior to using this action. This action won't install flutter then.
25
+
26
- uses: cedvdb/action-flutter-build-web@v1
27
with:
28
build-cmd: flutter build web --release
0 commit comments