Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ketan-sharmaa committed Jun 27, 2024
2 parents cb34019 + f90001b commit 4c87d02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
channel: 'stable'
- run: flutter config --enable-web
- run: flutter pub get
- run: flutter doctor
- run: flutter build web --release --web-renderer canvaskit
# 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
# - run: sed -i -e '101a<script src="main.dart.js?version=${{ github.run_number }}" type="application/javascript"></script>' build/web/index.html
- name: Github Pages Deploy
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
Expand Down

0 comments on commit 4c87d02

Please sign in to comment.