Skip to content

Commit

Permalink
Update web.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lifegpc authored Sep 5, 2024
1 parent f0a8a30 commit ec4d385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install wrangler
run: npm install wrangler -g
- name: Build web
run: flutter build web
run: flutter build web --dart-define=usePathUrl=true
- name: Upload
env:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}
Expand Down

0 comments on commit ec4d385

Please sign in to comment.