From d5746521a159c8c5dba68c7acb10feca3391ff5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20W=C3=B3jcik?= Date: Mon, 30 Sep 2024 16:27:38 +0200 Subject: [PATCH] release - packs only lib project --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c4f21be..33dc18e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -263,7 +263,7 @@ jobs: run: dotnet test --no-build --configuration Release - name: Pack - run: dotnet pack --configuration Release --no-build --output nupkgs -p:Version="${{ env.VERSION }}" + run: dotnet pack .\src\Roaring.Net\Roaring.Net.csproj --configuration Release --no-build --output nupkgs -p:Version="${{ env.VERSION }}" - name: Upload nuget package uses: actions/upload-artifact@v4