We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff9cf4 commit aabb7d3Copy full SHA for aabb7d3
.github/workflows/dart.yml
@@ -106,7 +106,7 @@ jobs:
106
- name: "Build Web App"
107
if: github.ref == 'refs/heads/main'
108
run: |
109
- flutter build web --release --web-renderer canvaskit
+ flutter build web --release
110
111
- name: "Build Web App (WASM)"
112
if: github.ref == 'refs/heads/dev'
@@ -137,7 +137,7 @@ jobs:
137
138
139
ls -R assets/
140
141
142
- name: 📂 Sync files to dev domain
143
0 commit comments