Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
softmarshmallow authored Aug 25, 2020
1 parent eb9aea5 commit c88f701
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
channel: 'dev'
- run: flutter config --enable-web
- run: flutter pub get
- run: cd example
- run: flutter build web --release
- run: |
cd example
flutter build web --release
- run: |
cd build/web
git init
Expand Down

0 comments on commit c88f701

Please sign in to comment.