Skip to content

Commit

Permalink
ci: Update Flutter web build command
Browse files Browse the repository at this point in the history
  • Loading branch information
yorifuji committed Apr 8, 2024
1 parent 1185c51 commit 43f356b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deliver-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- run: |
make build-runner
flutter pub get
flutter build web --base-href /buzz_recipe_viewer/ --dart-define=FLAVOR=dev
flutter build web --dart-define=FLAVOR=dev
- name: Upload artifact
if: ${{ inputs.upload }}
Expand Down

0 comments on commit 43f356b

Please sign in to comment.