diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 62f81ca..cc5bb2b 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.csproj -c Release -o release --nologo
+      run: dotnet publish CropSQL.dll -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