From 5df9ab12315ff5d60f7f6205a88b666eb5c826dc Mon Sep 17 00:00:00 2001 From: bharathwajv <71205976+bharathwajv@users.noreply.github.com> Date: Sun, 15 May 2022 23:05:34 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9f6cab3..a42aa78 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: # publishes Blazor project to the release-folder - name: Publish .NET Core Project - run: dotnet publish RewardsPlus.BlazorWebAssembly/Client.csproj -c Release -o release --nologo + run: dotnet publish src/Host/Host.csproj -c Release -o release --nologo # changes the base-tag in index.html from '/' to 'cowin' to match GitHub Pages repository subdirectory - name: Change base-tag in index.html from / to cowin