We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15b75d8 + aabb7d3 commit 7fff88fCopy full SHA for 7fff88f
.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