Skip to content

Commit

Permalink
Update deploy-web.yaml (#433)
Browse files Browse the repository at this point in the history
add e2ee.worker.js compile.
  • Loading branch information
cloudwebrtc authored Dec 21, 2023
1 parent 060ccda commit ffb4301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- run: flutter clean
- run: flutter pub get
- run: |
dart compile js web/e2ee.worker.dart -o example/web/e2ee.worker.dart.js
cd example
flutter build web --release --web-renderer html --base-href /client-sdk-flutter/
cd build/web
Expand Down

0 comments on commit ffb4301

Please sign in to comment.