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