From e9c27c38336d73ddb1feeae32a3399d843d4df2f Mon Sep 17 00:00:00 2001 From: david-acm <71415563+david-acm@users.noreply.github.com> Date: Thu, 18 Apr 2024 18:44:41 -0400 Subject: [PATCH] Update cd.yml --- .github/workflows/cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d42caaf..1199956 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -31,6 +31,7 @@ jobs: run: dotnet pack - name: Push Package to NuGet.org + working-directory: working/bin/Release run: dotnet nuget push *.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} - name: Upload a Build Artifact