From 12a9173ce53c872bfb11b1d4c77ac2d1c5f82d51 Mon Sep 17 00:00:00 2001 From: bharathwajv <71205976+bharathwajv@users.noreply.github.com> Date: Sun, 15 May 2022 22:57:28 +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 553eaa2..f7f8115 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/Client.csproj -c Release -o release --nologo + run: dotnet publish RewardsPlus.Client/Client.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