diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cc5bb2b..bd978f6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: # publishes Blazor project to the release-folder - name: Publish .NET Core Project - run: dotnet publish CropSQL.dll -c Release -o release --nologo + run: dotnet publish CropSQL -c Release -o release --nologo # changes the base-tag in index.html from '/' to 'BlazorGitHubPagesDemo' to match GitHub Pages repository subdirectory - name: Change base-tag in index.html from / to CropSQL