Skip to content

Commit 8700f9b

Browse files
committed
Update service worker & github action
1 parent 6691a25 commit 8700f9b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/flutter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- run: cd ./example; flutter build web --release --target=lib/main.dart --output=build/web
6060

6161
- name: Update service worker
62-
run: cat ./example/web/twilio-sw.js > ./example/build/web/flutter_service_worker.js
62+
run: cat ./example/service-worker/twilio-sw.js > ./example/build/web/flutter_service_worker.js
6363

6464
- name: Archive Production Artifact
6565
uses: actions/upload-artifact@master
File renamed without changes.

0 commit comments

Comments
 (0)