We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2e2c6 commit 4cc703eCopy full SHA for 4cc703e
1 file changed
README.md
@@ -56,6 +56,7 @@ jobs:
56
dotnet-version: 8.0.x
57
- name: Prepare Blazor WASM for GitHub Pages
58
uses: na1307/blazor-github-pages@v1
59
+ id: prepare
60
with:
61
project-path: BluehillHomePage/BluehillHomePage.csproj
62
main-repo: true
@@ -64,7 +65,7 @@ jobs:
64
65
- name: Upload artifact
66
uses: actions/upload-pages-artifact@v3
67
- path: "_out/wwwroot/"
68
+ path: ${{ steps.prepare.outputs.wwwroot-path }}
69
70
# Deployment job
71
deploy:
0 commit comments