Skip to content

Commit 05aec25

Browse files
Update dart.yml
1 parent e222be7 commit 05aec25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: pub get
2121
- name : Build Flutter for web
22-
run: webdev build
22+
run: flutter build web --release
2323
- uses: cloudflare/wrangler-action@1.2.0
2424
with:
2525
apiToken: ${{ secrets.CF_API_TOKEN }}

0 commit comments

Comments
 (0)