Skip to content

Commit

Permalink
Fix web render to use auto
Browse files Browse the repository at this point in the history
  • Loading branch information
narumi147 committed Aug 14, 2024
1 parent 33425bd commit a4cf2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build with default auto web-renderer
run: |
dart ./scripts/gen_git_info.dart
flutter build web --release -v --source-maps
flutter build web --release --web-renderer auto -v --source-maps
dart ./scripts/patch_web_build.dart
- name: Publish to app repo ${{ steps.extract-branch-name.outputs.BRANCH_NAME }} branch
Expand Down

0 comments on commit a4cf2e9

Please sign in to comment.