Skip to content

Commit

Permalink
ci: Fix web deploy on GitHub (#1859)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 authored Nov 18, 2024
1 parent 743f04b commit 38e7ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ jobs:

- name: Example app - Build Web app
working-directory: ./packages/audioplayers/example
run: flutter build web
run: flutter build web --base-href "/audioplayers/"
- name: Example app - Build Web app in WASM
working-directory: ./packages/audioplayers/example
run: flutter build web --wasm
run: flutter build web --base-href "/audioplayers/" --wasm
- name: Upload pages artifact
if: inputs.upload_pages_artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 38e7ede

Please sign in to comment.