Skip to content

Commit 4cc703e

Browse files
authored
oops
1 parent 7a2e2c6 commit 4cc703e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
dotnet-version: 8.0.x
5757
- name: Prepare Blazor WASM for GitHub Pages
5858
uses: na1307/blazor-github-pages@v1
59+
id: prepare
5960
with:
6061
project-path: BluehillHomePage/BluehillHomePage.csproj
6162
main-repo: true
@@ -64,7 +65,7 @@ jobs:
6465
- name: Upload artifact
6566
uses: actions/upload-pages-artifact@v3
6667
with:
67-
path: "_out/wwwroot/"
68+
path: ${{ steps.prepare.outputs.wwwroot-path }}
6869

6970
# Deployment job
7071
deploy:

0 commit comments

Comments
 (0)