Skip to content

Commit eb9aea5

Browse files
Update main.yml
1 parent d1eef71 commit eb9aea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- uses: subosito/flutter-action@v1
1515
with:
1616
channel: 'dev'
17-
- run: cd example
1817
- run: flutter config --enable-web
1918
- run: flutter pub get
19+
- run: cd example
2020
- run: flutter build web --release
2121
- run: |
2222
cd build/web

0 commit comments

Comments
 (0)