From 7c8ec70930909f433707338c4a0ccecdb018e296 Mon Sep 17 00:00:00 2001 From: Chris Sainty Date: Sat, 8 May 2021 13:16:59 +0100 Subject: [PATCH] Updated main CI build --- .github/workflows/ci-main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 6586575..524e9df 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -50,7 +50,7 @@ jobs: - name: Rewrite base href uses: SteveSandersonMS/ghaction-rewrite-base-href@v1 with: - html_path: samples/BlazorWebAssembly/bin/Release/netstandard2.1/publish/wwwroot/index.html + html_path: samples/BlazorWebAssembly/bin/Release/net5.0/publish/wwwroot/index.html base_href: /${{ env.PROJECT_NAME }}/ - name: Deploy to Github Pages @@ -59,7 +59,7 @@ jobs: ACCESS_TOKEN: $GITHUB_TOKEN BASE_BRANCH: main # The branch the action should deploy from. BRANCH: gh-pages # The branch the action should deploy to. - FOLDER: samples/BlazorWebAssembly/bin/Release/netstandard2.1/publish/wwwroot # The folder the action should deploy. + FOLDER: samples/BlazorWebAssembly/bin/Release/net5.0/publish/wwwroot # The folder the action should deploy. SINGLE_COMMIT: true - name: Upload Artifact