Skip to content

Commit c88f701

Browse files
Update main.yml
1 parent eb9aea5 commit c88f701

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
channel: 'dev'
1717
- run: flutter config --enable-web
1818
- run: flutter pub get
19-
- run: cd example
20-
- run: flutter build web --release
19+
- run: |
20+
cd example
21+
flutter build web --release
2122
- run: |
2223
cd build/web
2324
git init

0 commit comments

Comments
 (0)