1 parent 9a53385 commit e222be7Copy full SHA for e222be7
.github/workflows/dart.yml
@@ -18,6 +18,8 @@ jobs:
18
- uses: actions/checkout@v2
19
- name: Install dependencies
20
run: pub get
21
+ - name : Build Flutter for web
22
+ run: webdev build
23
- uses: cloudflare/wrangler-action@1.2.0
24
with:
25
apiToken: ${{ secrets.CF_API_TOKEN }}
0 commit comments