From 3f5c2e48d0cfcae460ad5a78c3fe4100e113bc6b Mon Sep 17 00:00:00 2001 From: Tim Maes Date: Thu, 30 Nov 2023 14:28:16 +0100 Subject: [PATCH] update nuget pack command --- .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 70440ed..ff12f5e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,7 +35,7 @@ jobs: uses: nuget/setup-nuget@v1 # Create the NuGet package in the folder from the environment variable NuGetDirectory - - run: nuget pack GraphR.nuspec -NoDefaultExcludes --configuration Release --output ${{ env.NuGetDirectory }} + - run: nuget pack GraphR.nuspec -NoDefaultExcludes -OutputDirectory ${{ env.NuGetDirectory }} # Publish the NuGet package as an artifact, so they can be used in the following jobs - uses: actions/upload-artifact@v3