Skip to content

Commit

Permalink
ci: Fix deploy to pages (#1878)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 authored Feb 6, 2025
1 parent 14f16d9 commit 81c7bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
run: flutter build web --base-href "/audioplayers/" --wasm
- name: Upload pages artifact
if: inputs.upload_pages_artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: ./packages/audioplayers/example/build/web

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 81c7bfa

Please sign in to comment.