We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c35785 commit bf3e47dCopy full SHA for bf3e47d
1 file changed
.github/workflows/build_web.yaml
@@ -26,7 +26,7 @@ jobs:
26
run: flutter pub get
27
28
- name: Build web
29
- run: flutter build web --release --web-renderer html
+ run: flutter build web --release
30
31
- name: Debug build output
32
run: |
0 commit comments