Skip to content

Commit

Permalink
chore: update base-href for Flutter Web build
Browse files Browse the repository at this point in the history
  • Loading branch information
SPodjasek committed Jun 4, 2024
1 parent 214fc2d commit 51148dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: melos bootstrap

- name: Build Flutter Web application
run: flutter build web --wasm --release
run: flutter build web --wasm --release --base-href /dart_zxcvbn/
working-directory: packages/flutter_password_scoring/example

- name: Upload artifact
Expand Down

0 comments on commit 51148dd

Please sign in to comment.