Skip to content

Commit

Permalink
Fix broken path
Browse files Browse the repository at this point in the history
  • Loading branch information
le-nn committed Apr 27, 2024
1 parent e0b2040 commit c6a88b2
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 @@ -52,7 +52,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: './samples/Squircle.Blazor.Demo/bin/Release/net8.0/publish/wwwroot'
path: './demo/Squircle.Blazor.Demo/bin/Release/net8.0/publish/wwwroot'

# Deploy the site
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit c6a88b2

Please sign in to comment.