Skip to content

Commit 41916fb

Browse files
committed
Update flutter deploy workflow
1 parent 50564b8 commit 41916fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/flutter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
- run: flutter config --enable-web
5959
- run: cd ./example; flutter build web --release --target=lib/main.dart --output=build/web
6060

61+
- name: Update service worker
62+
run: cat ./example/web/twilio-sw.js > ./example/build/web/flutter_service_worker.js
63+
6164
- name: Archive Production Artifact
6265
uses: actions/upload-artifact@master
6366
with:

0 commit comments

Comments
 (0)