diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index bddc353..808d148 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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