From 5b06e4c834237a27752af9443bf5e3f96ef42a20 Mon Sep 17 00:00:00 2001 From: elgransan Date: Wed, 13 Apr 2022 13:57:14 -0300 Subject: [PATCH] ga --- .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 9add612..84f23b6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: # publishes Blazor project to the release-folder - name: Publish .NET Core Project - run: dotnet publish BlazorGitHubPagesDemo.csproj -c Release -o release --nologo + run: dotnet publish BlazorReorderExample/BlazorReorderExample.csproj -c Release -o release --nologo # changes the base-tag in index.html from '/' to 'BlazorReorder' to match GitHub Pages repository subdirectory - name: Change base-tag in index.html from / to BlazorReorder