diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e8cfc1d..553eaa2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,11 +17,11 @@ jobs: - name: Setup .NET Core SDK uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.x + dotnet-version: 6.0.x # publishes Blazor project to the release-folder - name: Publish .NET Core Project - run: dotnet publish cowin/cowin.csproj -c Release -o release --nologo + run: dotnet publish RewardsPlus.BlazorWebAssembly.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