From 35dbfb29c506c95cb94f317859a06bf0e89af442 Mon Sep 17 00:00:00 2001 From: Yanjiang Qian Date: Thu, 4 Dec 2025 22:39:08 +0800 Subject: [PATCH] Update path to the nupkg --- .github/workflows/automatic-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automatic-publish.yml b/.github/workflows/automatic-publish.yml index eca301a..23129c8 100644 --- a/.github/workflows/automatic-publish.yml +++ b/.github/workflows/automatic-publish.yml @@ -59,6 +59,6 @@ jobs: run: dotnet pack .\src\NationalInstruments.Analyzers\NationalInstruments.Analyzers.csproj -p:NuspecFile=../../build/NI.CSharp.Analyzers.nuspec --no-build -p:NuspecProperties="Version=${{ steps.gitversion.outputs.nuGetVersionV2 }}" - name: Publish Nuget Package - run: dotnet nuget push .\.binaries\NationalInstruments.Analyzers\*.nupkg --skip-duplicate --no-symbols --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json + run: dotnet nuget push .\.binaries\Release\NationalInstruments.Analyzers\*.nupkg --skip-duplicate --no-symbols --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json