Skip to content

Commit

Permalink
Fix dist path
Browse files Browse the repository at this point in the history
  • Loading branch information
le-nn committed Apr 27, 2024
1 parent 2edcf29 commit 02a067a
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: './demo/Squircle.Blazor.Demo/Squircle.Blazor.Demo.csproj'
path: './samples/Squircle.Blazor.Demo/bin/Release/net8.0/publish/wwwroot'

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

0 comments on commit 02a067a

Please sign in to comment.