Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
shivanshtalwar committed Oct 21, 2023
1 parent d69c3ed commit 882e6fe
Show file tree
Hide file tree
Showing 3 changed files with 15,844 additions and 15,838 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
my_secret: ${{secrets.commit_secret}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: subosito/flutter-action@v1
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'dev'
channel: 'stable'
- run: flutter config --enable-web
- run: flutter pub get
- run: flutter build web --release
Expand Down
2 changes: 1 addition & 1 deletion example/build/web/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const CACHE_NAME = 'flutter-app-cache';
const RESOURCES = {"version.json": "b0969f225be1e4f66316ff62b0d0208a",
"index.html": "e7318e52622e23c5617d501414788677",
"/": "e7318e52622e23c5617d501414788677",
"main.dart.js": "45b4999deb9e7663033518746dbd02e5",
"main.dart.js": "b950a440908c1f2c9c15717b8636f4d0",
"flutter.js": "6fef97aeca90b426343ba6c5c9dc5d4a",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
Expand Down
Loading

0 comments on commit 882e6fe

Please sign in to comment.