From c9a331c0cd6cdd5c1a571fd52b04feb3b3d98beb Mon Sep 17 00:00:00 2001 From: bharathwajv <71205976+bharathwajv@users.noreply.github.com> Date: Sun, 15 May 2022 22:56:15 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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