From adaca3c46d3fb7113ec1b702557a03c74d983026 Mon Sep 17 00:00:00 2001 From: Michael Bond Date: Tue, 19 Dec 2023 19:12:45 -0500 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 f5d793a7..58e6e855 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: # publishes Blazor project to the release-folder - name: Publish .NET Core Project - run: dotnet publish Pkmds.Web/Wasm/Pkmds.Web.Wasm.csproj -c Release -o release --nologo + run: dotnet publish Pkmds.Web/Pkmds.Web.csproj -c Release -o release --nologo # changes the base-tag in index.html from '/' to 'PKMDS-Blazor' to match GitHub Pages repository subdirectory - name: Change base-tag in index.html from / to PKMDS-Blazor