We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6691a25 commit 8700f9bCopy full SHA for 8700f9b
.github/workflows/flutter.yml
@@ -59,7 +59,7 @@ jobs:
59
- run: cd ./example; flutter build web --release --target=lib/main.dart --output=build/web
60
61
- name: Update service worker
62
- run: cat ./example/web/twilio-sw.js > ./example/build/web/flutter_service_worker.js
+ run: cat ./example/service-worker/twilio-sw.js > ./example/build/web/flutter_service_worker.js
63
64
- name: Archive Production Artifact
65
uses: actions/upload-artifact@master
example/web/twilio-sw.js renamed to example/service-worker/twilio-sw.js
0 commit comments