Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
ketan-sharmaa committed Jun 25, 2024
1 parent 5367d54 commit 5d22766
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
- run: flutter config --enable-web
- run: flutter pub get
- run: flutter build web --release --web-renderer canvaskit
- name: Move assets folder (if required)
run: |
mv -rf build/web/assets/assets/* build/web/assets/
rm -rf build/web/assets/assets
# change version
# Set Base Ref from "/" to "./"
- run: sed -i -e '101a<script src="main.dart.js?version=${{ github.run_number }}" type="application/javascript"></script>' build/web/index.html
Expand Down

0 comments on commit 5d22766

Please sign in to comment.