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