From 63e71e6b055a40c090e6170eaa4cc6a4f57f8c47 Mon Sep 17 00:00:00 2001 From: Gioacchino Piazzolla Date: Mon, 30 Dec 2024 12:03:35 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fc7650..c8ec100 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,8 +46,8 @@ jobs: # Pack the NuGet package - name: Pack the NuGet package - run: dotnet pack NuJet.sln --output ./artifacts - # run: dotnet pack NuJet.sln --configuration Release --output ./artifacts + run: dotnet pack NuJet --output ./artifacts + # run: dotnet pack NuJet --configuration Release --output ./artifacts # Publish the NuGet package - name: Publish to NuGet