Skip to content

Commit

Permalink
Fix publish directory path in GitHub Actions workflow for Flutter web…
Browse files Browse the repository at this point in the history
… build
  • Loading branch information
TechAurelian committed Oct 31, 2024
1 parent dd68e23 commit ecd44bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-recursive_routing-flutter-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/web
publish_dir: build/web
destination_dir: recursive_routing

0 comments on commit ecd44bf

Please sign in to comment.