Skip to content

Commit 24ab19a

Browse files
authored
chore: enable release build
1 parent 82fd86a commit 24ab19a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ jobs:
8484
with:
8585
channel: "stable"
8686
- run: flutter pub get
87-
- run: flutter build web
87+
- run: flutter build web --release
8888
- uses: JamesIves/github-pages-deploy-action@4.1.4
8989
with:
9090
branch: gh-pages
91-
folder: build/web
91+
folder: build/web

0 commit comments

Comments
 (0)