From c3c86efa0cb4c526d909177e31e69b4a974064ea Mon Sep 17 00:00:00 2001 From: David Bond Date: Mon, 30 Oct 2023 12:34:55 +0000 Subject: [PATCH] Fixed build --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7737ab5..add3cb8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: # Publishes Blazor project to the release-folder - name: Publish .NET Core Project - run: dotnet publish NeaProject/NeaProject.csproj -c Release -o release --nologo + run: dotnet publish PanoramicData.NCalc101/PanoramicData.NCalc101.csproj -c Release -o release --nologo # Copy index.html to 404.html to serve the same file when a file is not found - name: copy index.html to 404.html