Skip to content

Commit

Permalink
Update build-and-deploy.yml
Browse files Browse the repository at this point in the history
net7.0 -> net8.0
  • Loading branch information
le-nn authored Nov 21, 2023
1 parent f541735 commit 640a1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./samples/Memento.Sample.BlazorWasm/bin/Release/net7.0/publish/wwwroot
publish_dir: ./samples/Memento.Sample.BlazorWasm/bin/Release/net8.0/publish/wwwroot
force_orphan: true

0 comments on commit 640a1d4

Please sign in to comment.