From 63e73b38b580a006e611f5d4ccc85c4abd9549e2 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 10 Oct 2023 02:26:57 -0400 Subject: [PATCH] Update release_build.yml --- .github/workflows/release_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_build.yml b/.github/workflows/release_build.yml index 01aa5104..80fd4a67 100644 --- a/.github/workflows/release_build.yml +++ b/.github/workflows/release_build.yml @@ -93,5 +93,5 @@ jobs: - name: Pack nuget run: nuget pack Winch/Winch.nuspec -Properties "version=${{ steps.version.outputs.prop }}" - name: Publish nuget - run: nuget push "bin/Release/Winch.*.nupkg" -ApiKey ${{ secrets.NUGET_KEY }} -Source https://api.nuget.org/v3/index.json + run: nuget push "Winch/Winch.*.nupkg" -ApiKey ${{ secrets.NUGET_KEY }} -Source https://api.nuget.org/v3/index.json