From 6c9192a0370d698f9ff7c267120d95a99182bcab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Madurski?= Date: Mon, 18 Sep 2023 02:40:07 -0500 Subject: [PATCH] Fix build workflow --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index cafe478..0b93783 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -22,7 +22,7 @@ jobs: - name: Build run: dotnet build --configuration Release --no-restore - name: Pack - run: dotnet pack src/MiniProfiler.Elasticsearch/MiniProfiler.Elasticsearch.csproj --configuration Release --include-symbols --no-build + run: dotnet pack src/MiniProfiler.OpenSearch/MiniProfiler.OpenSearch.csproj --configuration Release --include-symbols --no-build - name: Test run: dotnet test --configuration Release --no-build /p:CollectCoverage=true /p:CoverletOutputFormat=opencover - name: Coverage