Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tonylu00 authored Dec 4, 2024
1 parent f9c065a commit dec8c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2148,7 +2148,7 @@ jobs:
- name: Replace google fonts in file
if: env.FONTS_GSTATIC_URL != null
run: |
regStr='s/https\:\/\/fonts\.gstatic\.com/'${{ env.FONTS_GSTATIC_URL }}'/g'
regStr='s/fonts\.gstatic\.com/${{ env.FONTS_GSTATIC_URL }}/g'
sed -i $regStr flutter/build/web/main.dart.js
- name: Archive web
Expand Down

0 comments on commit dec8c36

Please sign in to comment.